We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b52bef commit 53a66fdCopy full SHA for 53a66fd
molecule/netplan/verify.yml
@@ -37,7 +37,7 @@
37
- name: "Check that network settings are correct."
38
ansible.builtin.assert:
39
that:
40
- - "actual_ip_addresses | ansible.utils.ipaddr('bool')"
+ - "False not in (actual_ip_addresses | ansible.utils.ipaddr('bool'))"
41
- "target_ip_address | ansible.utils.ipaddr('bool')"
42
- "actual_interface_name == target_interface_name"
43
- "target_ip_address in actual_ip_addresses"
0 commit comments