Skip to content

Commit

Permalink
Merge pull request #1 from karolyczovek/patch-1
Browse files Browse the repository at this point in the history
Update librenms-install.yml, use librenms_user for running composer
  • Loading branch information
tobias-richter authored Aug 24, 2021
2 parents 0e34fb8 + aa6aa1f commit 42e0204
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/librenms-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
no_dev: yes
prefer_dist: yes
working_dir: /tmp
become: true
become_user: "{{ librenms_user }}"
when: not __librenms_path.stat.exists

- name: Change ownership
Expand Down

0 comments on commit 42e0204

Please sign in to comment.