Change booleans after lint nag

This commit is contained in:
flyingscorpio@clevo 2022-06-03 21:08:58 +02:00
parent a19e0bce33
commit 29f4944952
2 changed files with 3 additions and 3 deletions

View file

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

View file

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