Skip to content
Snippets Groups Projects
Commit 9c9eaf07 authored by Mark Goddard's avatar Mark Goddard
Browse files

Only run ncclient installation task once

It runs on localhost, no need to run for every switch host.

TrivialFix

Change-Id: Ia1576850af29a6f859ce88caee7b71157cbd4474
parent 5a473202
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@
name: ncclient
virtualenv: "{{ lookup('env', 'VIRTUAL_ENV') | default(omit, true) }}"
become: "{{ lookup('env', 'VIRTUAL_ENV') == None }}"
run_once: true
- name: Ensure Juniper switches are configured
local_action:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment