Use true/false instead of yes/no
This commit is contained in:
parent
924cb10e47
commit
09b46c14f4
1 changed files with 3 additions and 3 deletions
|
@ -18,8 +18,8 @@
|
||||||
git:
|
git:
|
||||||
repo: https://aur.archlinux.org/openvpn-update-systemd-resolved.git
|
repo: https://aur.archlinux.org/openvpn-update-systemd-resolved.git
|
||||||
dest: ~/builds/openvpn-update-systemd-resolved
|
dest: ~/builds/openvpn-update-systemd-resolved
|
||||||
clone: yes
|
clone: true
|
||||||
update: no
|
update: false
|
||||||
when: ansible_facts['distribution'] == 'Archlinux'
|
when: ansible_facts['distribution'] == 'Archlinux'
|
||||||
|
|
||||||
- name: Make and install openvpn-update-systemd-resolved
|
- name: Make and install openvpn-update-systemd-resolved
|
||||||
|
@ -38,5 +38,5 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
remote_src: yes
|
remote_src: true
|
||||||
notify: Enable protonvpn service
|
notify: Enable protonvpn service
|
||||||
|
|
Loading…
Add table
Reference in a new issue