Change booleans after lint nag
This commit is contained in:
parent
a19e0bce33
commit
29f4944952
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@
|
|||
- name: Add user to libvirt group
|
||||
user:
|
||||
name: "{{ ansible_facts['env']['USER'] }}"
|
||||
append: yes
|
||||
append: true
|
||||
groups: libvirt
|
||||
|
||||
- name: Put 'libvirt libvirt_guest' in /etc/nsswitch.conf
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
git:
|
||||
repo: https://aur.archlinux.org/powershell-bin.git
|
||||
dest: ~/builds/powershell-bin
|
||||
clone: yes
|
||||
update: no
|
||||
clone: true
|
||||
update: false
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Make and install powershell-bin
|
||||
|
|
Loading…
Add table
Reference in a new issue