Fix ansible conditional in teardown
This commit is contained in:
parent
3be433bf6a
commit
c41da60f24
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
- name: Check if pm2 is installed
|
||||
become_user: "{{ username }}"
|
||||
stat:
|
||||
path: /usr/local/bin/pm2
|
||||
register: pm2_status
|
||||
|
|
Loading…
Add table
Reference in a new issue