Change name of vault integration test

This commit is contained in:
James Cammarata
2014-06-10 10:07:50 -05:00
parent 3abcfee681
commit 96c6daf177
2 changed files with 5 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
- hosts: testhost
vars_files:
- vars/test_var_encrypted.yml
gather_facts: False
tasks:
- assert:
that:
- 'secret_var == "secret"'