mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Tag prepare tasks as netconf so they can be skipped for cli-only tests (#44119)
This commit is contained in:
parent
21fcaf0738
commit
d6d7b6123e
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@
|
||||||
junos_netconf:
|
junos_netconf:
|
||||||
state: present
|
state: present
|
||||||
connection: network_cli
|
connection: network_cli
|
||||||
|
tags: netconf
|
||||||
|
|
||||||
- name: wait for netconf server to come up
|
- name: wait for netconf server to come up
|
||||||
pause:
|
pause:
|
||||||
seconds: 10
|
seconds: 10
|
||||||
|
tags: netconf
|
||||||
|
|
Loading…
Reference in a new issue