Fix some arch-specific "becomes"

This commit is contained in:
2021-10-06 21:17:54 +02:00
parent f4f2f47ee2
commit 22f0586995

View File

@@ -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: