This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
community.general
mirror of
https://github.com/ansible-collections/community.general.git
Watch
1
Star
0
Fork
You've already forked community.general
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
634533208e
community.general
/
test
/
integration
/
targets
/
nxos_nxapi
/
tasks
/
main.yaml
4 lines
86 B
YAML
Raw
Normal View
History
Unescape
Escape
Migrate Network Tests into ansible/ansible (#18233) * Docs Networking tests * Copy networking tests from test-network-modules * Networking transport settings - group_vars * Network playbooks * Debug should be off by default * Update nxos.yaml * Remove items from top level * Use dependencies, not pre-tasks * Remove trailing blank lines * Remove backup files * newlines
2016-10-28 18:50:29 +00:00
---
- {
include: cli.yaml, tags
:
[
'cli'
]
}
Nxos fixes (#40117) * Alter nxos_nxapi tests to test the right thing * Defend #40027
2018-05-15 15:55:47 +00:00
- {
include: nxapi.yaml, tags
:
[
'nxapi'
]
}