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:
|
||||
repo: https://aur.archlinux.org/openvpn-update-systemd-resolved.git
|
||||
dest: ~/builds/openvpn-update-systemd-resolved
|
||||
clone: yes
|
||||
update: no
|
||||
clone: true
|
||||
update: false
|
||||
when: ansible_facts['distribution'] == 'Archlinux'
|
||||
|
||||
- name: Make and install openvpn-update-systemd-resolved
|
||||
|
@ -38,5 +38,5 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
notify: Enable protonvpn service
|
||||
|
|
Loading…
Add table
Reference in a new issue