fix check and install script
This commit is contained in:
@@ -13,4 +13,4 @@
|
|||||||
- name: Download and Install NextDNS CLI
|
- name: Download and Install NextDNS CLI
|
||||||
ansible.builtin.shell:
|
ansible.builtin.shell:
|
||||||
cmd: printf "i\ne3448e\nY\nY\nY" |sh -c 'sh -c "$(curl -sL https://nextdns.io/install)"'
|
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 == ""
|
||||||
Reference in New Issue
Block a user