fix check and install script

This commit is contained in:
2023-12-27 13:33:01 -05:00
parent 3470709ecd
commit 124ed3f118
+1 -1
View File
@@ -13,4 +13,4 @@
- name: Download and Install NextDNS CLI
ansible.builtin.shell:
cmd: printf "i\ne3448e\nY\nY\nY" |sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
when: nextdns_status.rc == 0
when: nextdns_status.stdout == ""