1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/integration/targets/prepare_junos_tests/tasks/main.yml
2017-08-02 11:28:34 +05:30

7 lines
152 B
YAML

---
- debug: msg="START prepare_junos_tests/main.yaml"
- name: Ensure netconf is enabled
junos_netconf:
state: present
provider: "{{ cli }}"