From 22f0586995a9fdd226921c625cf6611dea9396e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 6 Oct 2021 21:17:54 +0200 Subject: [PATCH] Fix some arch-specific "becomes" --- playbook.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbook.yml b/playbook.yml index e076627..fea6afd 100644 --- a/playbook.yml +++ b/playbook.yml @@ -107,6 +107,7 @@ create_home: true shell: /bin/bash system: true + become: true - name: create paru user on arch user: @@ -115,6 +116,7 @@ create_home: true shell: /bin/bash system: true + become: true - name: configure passwordless sudo for paru user copy: @@ -180,6 +182,7 @@ - name: force-update iptables to iptables-nft on arch shell: pacman -Q iptables-nft || yes | pacman -S iptables-nft changed_when: false + become: true when: distro == 'archlinux' - set_fact: