Skip to content

Commit

Permalink
chore: update storage-setup dir permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
O1ahmad authored Jun 20, 2024
1 parent 98996ec commit 4ff2bb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/common/storage-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
state: directory
owner: "{{ ansible_user }}"
group: "{{ ansible_user }}"
mode: "0777"
mode: "0755"

- name: Ensure existence of operations/work dir
become: true
ansible.builtin.file:
path: "{{ work_dir }}{{ item.value.destinationPath | dirname }}"
state: directory
mode: "0777"
mode: "0755"
with_dict: "{{ config }}"

- name: Generate local rendering of service config files
Expand Down

0 comments on commit 4ff2bb5

Please sign in to comment.