mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add dependency to run junos integration test (#27620)
This commit is contained in:
parent
9304d6cb01
commit
6e0741e8b6
17 changed files with 39 additions and 0 deletions
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- debug: msg="START prepare_junos_tests/main.yaml"
|
||||
|
||||
- name: Ensure netconf is enabled
|
||||
junos_netconf:
|
||||
state: present
|
||||
provider: "{{ cli }}"
|
Loading…
Add table
Add a link
Reference in a new issue