Use true/false instead of yes/no

This commit is contained in:
flyingscorpio@clevo 2022-06-04 11:47:02 +02:00
parent 924cb10e47
commit 09b46c14f4

View file

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