Skip to content

Commit

Permalink
Fix Ansible Bug for Images Permissions
Browse files Browse the repository at this point in the history
Fix a permission issue where the images directory was not getting the
correct permissions, resulting in file deletions failing in the Admin
controller.
  • Loading branch information
jekhokie committed Feb 10, 2021
1 parent a1c3b2e commit a452f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/webserver/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
- name: update images directory group
become: yes
file:
path: images_output
path: "{{ images_output }}"
state: directory
group: www-data

Expand Down

0 comments on commit a452f4a

Please sign in to comment.