Skip to content

Commit

Permalink
become: true. owner and group are set
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Oct 11, 2023
1 parent c62f31f commit 78f54d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/app/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
owner: "{{ devshop_app_user }}"
group: "{{ devshop_app_user_group }}"
mode: '0755'
become: false
become: true

- name: Run App Tasks.
include_role:
Expand Down

0 comments on commit 78f54d6

Please sign in to comment.