Skip to content

Commit

Permalink
Merge branch 'feature/pm2-user' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Jun 7, 2017
2 parents 3e73aa3 + de6398e commit 1fad421
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/manage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---

- name: Executing commands
become_user: "{{ pm2_user }}"
become: yes
environment: "{{ item.env | default(pm2_cmds_default_env) }}"
shell: "pm2 {{ item.run }} {{ item.args | default() }}"
register: pm2_cmd_result
Expand Down

0 comments on commit 1fad421

Please sign in to comment.