Tag prepare tasks as netconf so they can be skipped for cli-only tests (#44119)

pull/44134/head
Nathaniel Case 6 years ago committed by GitHub
parent 21fcaf0738
commit d6d7b6123e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,9 @@
junos_netconf:
state: present
connection: network_cli
tags: netconf
- name: wait for netconf server to come up
pause:
seconds: 10
tags: netconf

Loading…
Cancel
Save