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
0f5331645f
community.general
/
test
/
integration
/
targets
/
iosxr_logging
/
tasks
/
main.yaml
4 lines
90 B
YAML
Raw
Normal View
History
Unescape
Escape
iosxr_logging implementation module (#26886) * iosxr_logging implementation module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * iosxr_logging integration test Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
2017-07-17 13:50:22 +02:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
cliconf and netconf refactor of iosxr_logging (#34495) * * cliconf and netconf refactor of iosxr_logging * * documentation issue fix * * adds required_if and mutually_exclusive in arg spec
2018-01-11 05:38:11 +01:00
- {
include: netconf.yaml, tags
:
[
'netconf'
]
}
Copy permalink