fix verify error

This commit is contained in:
Sergey Malyuk
2025-12-12 10:37:51 +03:00
parent a1323ea97a
commit 640c26279b

View File

@@ -14,6 +14,6 @@
- name: "Test the output of the `dig` command"
changed_when: false
register: dnsmasq_dig
failed_when: 'dig.stdout != "127.0.0.1"'
failed_when: 'dnsmasq_dig.stdout != "127.0.0.1"'
ansible.builtin.command:
cmd: "dig @127.0.0.1 -p 5300 hub.adm.local +short"