Skip to content

Commit

Permalink
Fixing a bug with local mount path
Browse files Browse the repository at this point in the history
  • Loading branch information
catchsudheera committed Feb 2, 2022
1 parent 47cc490 commit ce6a29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-playbook/roles/environment-setup/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@

- name: Create media data LOCAL
file:
path: "{{ media_data_local_path }}"
path: "{{ media_data_local_mount_path }}"
state: directory
owner: "{{ media_user_name }}"
group: "{{ media_group_name }}"
Expand Down

0 comments on commit ce6a29e

Please sign in to comment.