diff --git a/test/integration/network-all.yaml b/test/integration/network-all.yaml index f75c24b20d2..aa7bd438f1c 100644 --- a/test/integration/network-all.yaml +++ b/test/integration/network-all.yaml @@ -5,6 +5,7 @@ - { include: iosxr.yaml } - { include: nxos.yaml } - { include: junos.yaml } +- { include: ops.yaml } - { include: dellos10.yaml } - { include: dellos9.yaml } - { include: dellos6.yaml } diff --git a/test/integration/ops.yaml b/test/integration/ops.yaml new file mode 100644 index 00000000000..f371bc0c989 --- /dev/null +++ b/test/integration/ops.yaml @@ -0,0 +1,11 @@ +--- +- hosts: ops + gather_facts: no + connection: local + + vars: + limit_to: "*" + debug: false + + roles: + - { role: ops_command, when: "limit_to in ['*', 'ops_command']" }