Skip to content

Commit b254cc9

Browse files
committed
Add become directives to the deps install
1 parent 5e31e1d commit b254cc9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

handlers/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
PATH: "{{ etherpad_environment_path }}"
1111
check_mode: false
1212
changed_when: true
13+
become: true
14+
become_user: "{{ etherpad_user }}"
1315
listen: "Build etherpad-lite"
1416

1517
- name: Build etherpad-lite with respect to the node environment

0 commit comments

Comments
 (0)