From 11a13e21dd9e09ae5d0bed803cfc1277f3e554ff Mon Sep 17 00:00:00 2001 From: chatton Date: Fri, 14 Jul 2023 22:08:51 +0100 Subject: [PATCH] wip --- site.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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