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
|
- name: Add user to libvirt group
|
||||||
user:
|
user:
|
||||||
name: "{{ ansible_facts['env']['USER'] }}"
|
name: "{{ ansible_facts['env']['USER'] }}"
|
||||||
append: yes
|
append: true
|
||||||
groups: libvirt
|
groups: libvirt
|
||||||
|
|
||||||
- name: Put 'libvirt libvirt_guest' in /etc/nsswitch.conf
|
- name: Put 'libvirt libvirt_guest' in /etc/nsswitch.conf
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
git:
|
git:
|
||||||
repo: https://aur.archlinux.org/powershell-bin.git
|
repo: https://aur.archlinux.org/powershell-bin.git
|
||||||
dest: ~/builds/powershell-bin
|
dest: ~/builds/powershell-bin
|
||||||
clone: yes
|
clone: true
|
||||||
update: no
|
update: false
|
||||||
when: ansible_facts['distribution'] == 'Archlinux'
|
when: ansible_facts['distribution'] == 'Archlinux'
|
||||||
|
|
||||||
- name: Make and install powershell-bin
|
- name: Make and install powershell-bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue