You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/module_utils/module_utils_common_network...

11 lines
193 B
YAML

- hosts: testhost
gather_facts: no
tasks:
- test_network:
subnet: "10.0.0.2/24"
register: subnet
- assert:
that:
- subnet.resolved == "10.0.0.0/24"