Skip to content

Commit

Permalink
removed duplicated entry based on wrong assumption of variables defau…
Browse files Browse the repository at this point in the history
…lt value
  • Loading branch information
lakrass committed Dec 12, 2024
1 parent b8d7916 commit fb9cfbb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@
- path: "{{ vault_plugin_path }}"
mode: "{{ vault_harden_file_perms | ternary('0555', '0755') }}"
- path: "{{ vault_data_path }}"
mode: "{{ vault_harden_file_perms | ternary('0550', '0750') }}"
- path: "{{ vault_data_path }}/data"
mode: "0750"
- path: "{{ vault_tls_certs_path }}"
mode: "{{ vault_harden_file_perms | ternary('0555', '0755') }}"
Expand Down

0 comments on commit fb9cfbb

Please sign in to comment.