docs(role): Bring tasks YAML file name in line with role name

This commit is contained in:
2022-07-23 22:47:12 +02:00
parent dbe3c66a13
commit 8245542ac0

7
tasks/40-check-vault.yml Normal file
View File

@@ -0,0 +1,7 @@
- name: 'If a secret is missing: Fail progress'
failed_when: vault_check_fail_check not in vault_check_inc_vault_data
loop_control:
loop_var: 'vault_check_fail_check'
loop: '{{ vault_check_fail_checks }}'
debug:
msg: 'Vault has {% if vault_check_fail_check not in vault_check_inc_vault_data %}no {% endif %}secret ''{{ vault_check_fail_check }}'' at ''{{ vault_check_base_path }}'''