Skip to content

Commit

Permalink
fix become_user requires become
Browse files Browse the repository at this point in the history
  • Loading branch information
Igami committed Dec 30, 2019
1 parent 570e1ff commit fbd193f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@
depth: 1
dest: "{{ zigbee_dir }}"
update: no
become: yes
become_user: "{{ zigbee_user }}"

- name: Install zigbee2mqtt via npm.
npm:
path: "{{ zigbee_dir }}"
become: yes
become_user: "{{ zigbee_user }}"

- name: Install configuration template.
Expand Down

0 comments on commit fbd193f

Please sign in to comment.