docs(role): Bring tasks YAML file name in line with role name
This commit is contained in:
7
tasks/40-check-vault.yml
Normal file
7
tasks/40-check-vault.yml
Normal 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 }}'''
|
Reference in New Issue
Block a user