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 0aa59e3Copy full SHA for 0aa59e3
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')"
+ - "(actual_ip_addresses | ansible.utils.ipaddr('bool')) is all"
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