fixes candidate var type in junos shared lib (#22551)

* candidate var can now be string, list or element
* fixes minor bug in junos_template for backup argument
* disabled invalid integration test for junos_template
This commit is contained in:
Peter Sprygada 2017-03-13 07:27:45 -04:00 committed by GitHub
parent b3004e19a5
commit 39c38bf30d
3 changed files with 19 additions and 17 deletions

View file

@ -22,7 +22,7 @@
- name: check basic config template idempotent
junos_template:
src: basic/config.j2
src: basic/config-update.j2
action: replace
provider: "{{ netconf }}"
register: result