diff --git a/site.yml b/site.yml index 53f8cf3..bd65675 100644 --- a/site.yml +++ b/site.yml @@ -1,8 +1,12 @@ --- - hosts: localhost become: true - become_user: cianhatton +# become_user: cianhatton roles: - name: install_packages + +- hosts: localhost + become: false + roles: - name: setup_vim - name: setup_git