Skip to content

Commit 20869c1

Browse files
authored
Merge pull request #26 from christianharke/fix-permission-denied-on-additional-directories
Fix permission denied error on creating additional directories
2 parents 2104db6 + bbf8626 commit 20869c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tasks/additional.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040

4141
- name: "Additional - Create directories"
4242
become: yes
43-
become_user: "{{ deploy_app_user }}"
4443
file:
4544
path: "{{ item.path }}"
4645
state: directory

0 commit comments

Comments
 (0)