summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/module_utils/module_utils_common_network.yml
blob: e1b953f5ca86c2c19b9e31e4550a17890c6cb6b2 (plain)
1
2
3
4
5
6
7
8
9
10
- 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"