mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user