Skip to content

Commit bbf8626

Browse files
committed
Fix permission denied error on creating additional directories
The given `become_user` does not have permission to create the additional directories in `/opt`, therefore it is sufficient even when this parameter is dropped. Signed-off-by: Christian Harke <[email protected]>
1 parent b404856 commit bbf8626

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)