This website requires JavaScript.
Explore
Help
Sign in
ansible
/
community.general
Watch
1
Star
0
Fork
You've already forked community.general
0
mirror of
https://github.com/ansible-collections/community.general.git
synced
2024-09-14 20:13:21 +02:00
Code
Releases
Activity
7609a8cdd6
community.general
/
test
/
integration
/
targets
/
iosxr_user
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
Add iosxr_user implementation module (#25615) * Add iosxr_user implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_user Unit test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Modify integration test with idempotent case Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-06-15 18:37:03 +02:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
iosxr_user refactor for cliconf and netconf (#34892) * * refactor iosxr_user for cliconf and netconf (cherry picked from commit 5d0994ef598f1601fca00a0c1eff4ebb05ebbf1b) * * Purge and units test changes
2018-01-17 15:28:58 +01:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink