ansible-vault
ansible-vault copied to clipboard
Only create directory 'vault_log_path' when 'vault_enable_log' is true
Only create directory 'vault_log_path' when 'vault_enable_log' is true. Currently, the following task creates directory 'vault_log_path' needlessly when 'vault_log_path' is false.
https://github.com/ansible-community/ansible-vault/blob/7e2fdeddec3405756aae10f1dedcace4ba94779b/tasks/main.yml#L107