summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-vault/roles/test_vault_embedded/tasks/main.yml
blob: eba938966dc4cc972bd119770281eaadfabc3ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
- name: Assert that a embedded vault of a string with no newline works
  assert:
    that:
      - '"{{ vault_encrypted_one_line_var }}" == "Setec Astronomy"'

- name: Assert that a multi line embedded vault works, including new line
  assert:
    that:
      - vault_encrypted_var == "Setec Astronomy\n"

# TODO: add a expected fail here
# - debug: var=vault_encrypted_one_line_var_with_embedded_template