mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Test system (#22420)
* ios_system * tests for ios_system * tests for *_system * working ios_system on cli * Typo * Loopback10 (single word, upeprcase) * Revert docs changes * Working iosxr_system tests * eos, not nxos * nxos_system
This commit is contained in:
committed by
Chris Alfonso
parent
0b250016b0
commit
41f5648c44
@@ -1,6 +1,7 @@
|
||||
---
|
||||
- hosts: ios
|
||||
gather_facts: no
|
||||
connection: local
|
||||
|
||||
vars:
|
||||
limit_to: "*"
|
||||
@@ -11,3 +12,4 @@
|
||||
- { role: ios_config, when: "limit_to in ['*', 'ios_config']" }
|
||||
- { role: ios_facts, when: "limit_to in ['*', 'ios_facts']" }
|
||||
- { role: ios_template, when: "limit_to in ['*', 'ios_template']" }
|
||||
- { role: ios_system, when: "limit_to in ['*', 'ios_system']" }
|
||||
|
||||
Reference in New Issue
Block a user