ansible-vault icon indicating copy to clipboard operation
ansible-vault copied to clipboard

Only create directory 'vault_log_path' when 'vault_enable_log' is true

Open ron1 opened this issue 6 months ago • 0 comments

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

ron1 avatar Apr 02 '25 13:04 ron1