Skip to content

Commit

Permalink
refactor: use update alias
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Aug 4, 2017
1 parent a4bd168 commit 7ae8c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
when: pm2_service_state != 'stopped'

- name: update pm2
shell: pm2 updatePM2
shell: pm2 update
when: pm2_service_state != 'stopped'

0 comments on commit 7ae8c57

Please sign in to comment.