mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user