1
0
Fork 0
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:
Nathaniel Case 2018-08-14 08:43:21 -04:00 committed by GitHub
parent 21fcaf0738
commit d6d7b6123e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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