summaryrefslogtreecommitdiff
path: root/test/integration/targets/vault/runme.sh
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2017-06-07 13:16:03 -0500
committerBrian Coca <bcoca@users.noreply.github.com>2017-06-07 14:16:03 -0400
commit004e99316c2646f7ec39042a834d3a11e75c8de4 (patch)
treec2274036e61a6ce1ea9a199c862205f0ab34d31c /test/integration/targets/vault/runme.sh
parent24f2a616dd8894361eb66fa0f5c6e8ea3aa08cfd (diff)
downloadansible-004e99316c2646f7ec39042a834d3a11e75c8de4.tar.gz
Allow template files to be vaulted (#22951)
* Allow template files to be vaulted * Make sure to import exceptions we need * get_real_file can't take bytes, since it looks specifically for string_types * Now that we aren't using open() we don't need b_source * Expand playbooks_vault docs to include modules that support vaulted src files * Add vaulted template test
Diffstat (limited to 'test/integration/targets/vault/runme.sh')
-rwxr-xr-xtest/integration/targets/vault/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/vault/runme.sh b/test/integration/targets/vault/runme.sh
index 05603ee747..8b32720296 100755
--- a/test/integration/targets/vault/runme.sh
+++ b/test/integration/targets/vault/runme.sh
@@ -57,4 +57,4 @@ ansible-playbook test_vault.yml -i ../../inventory -v "$@" --vault-pass
ansible-playbook test_vault_embedded.yml -i ../../inventory -v "$@" --vault-password-file vault-password --syntax-check
ansible-playbook test_vault_embedded.yml -i ../../inventory -v "$@" --vault-password-file vault-password
ansible-playbook test_vaulted_inventory.yml -i vaulted.inventory -v "$@" --vault-password-file vault-password
-
+ansible-playbook test_vaulted_template.yml -i ../../inventory -v "$@" --vault-password-file vault-password