mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Change name of vault integration test
This commit is contained in:
11
test/integration/test_vault.yml
Normal file
11
test/integration/test_vault.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
- hosts: testhost
|
||||
vars_files:
|
||||
- vars/test_var_encrypted.yml
|
||||
|
||||
gather_facts: False
|
||||
|
||||
tasks:
|
||||
- assert:
|
||||
that:
|
||||
- 'secret_var == "secret"'
|
||||
|
||||
Reference in New Issue
Block a user