Fix some arch-specific "becomes"
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user