mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Add aggregate for junos modules and sub spec validation (#27726)
* Add aggregate for junos modules and sub spec validation * aggregate support of junos modules * aggregate sub spec validation * relevant changes to junos integration test * junos module boilerplate changes * Add new boilerplate for junos modules * Fix CI issues
This commit is contained in:
parent
6d59ac1bb4
commit
d3e5d30f7c
32 changed files with 1696 additions and 508 deletions
|
@ -25,7 +25,7 @@
|
|||
that:
|
||||
- "result.changed == true"
|
||||
- "'<name>test_user</name>' in config.xml"
|
||||
- "'<class>read-only</class>' in config.xml"
|
||||
- "'<class>operator</class>' in config.xml"
|
||||
|
||||
- name: Create user again (idempotent)
|
||||
net_user:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue