summaryrefslogtreecommitdiff
path: root/test/integration/targets/junos_template
diff options
context:
space:
mode:
authorPeter Sprygada <privateip@users.noreply.github.com>2017-03-13 07:27:45 -0400
committerGitHub <noreply@github.com>2017-03-13 07:27:45 -0400
commit39c38bf30d0224ee94b561fb73bc474e9bdea92a (patch)
treee525eec0d266d4cdea638058b6ad04f1381f3940 /test/integration/targets/junos_template
parentb3004e19a5879d4d453337617a7c09a8f3a4fc6d (diff)
downloadansible-39c38bf30d0224ee94b561fb73bc474e9bdea92a.tar.gz
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
Diffstat (limited to 'test/integration/targets/junos_template')
-rw-r--r--test/integration/targets/junos_template/tests/netconf/force.disabled (renamed from test/integration/targets/junos_template/tests/netconf/force.yaml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/junos_template/tests/netconf/force.yaml b/test/integration/targets/junos_template/tests/netconf/force.disabled
index 05496b143e..106eab3f17 100644
--- a/test/integration/targets/junos_template/tests/netconf/force.yaml
+++ b/test/integration/targets/junos_template/tests/netconf/force.disabled
@@ -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