Commit 80b4e7ac by ansible

no message

1 parent 7ab547a6
Showing with 0 additions and 2 deletions
- name: Find & Kill All Process that listen port
shell: lsof -n -i4TCP:[PORT] | grep LISTEN | awk '{ print $2 }' | xargs kill
- name: Check & Recreate Stack Folder - name: Check & Recreate Stack Folder
file: file:
path: "{{ item.path }}" path: "{{ item.path }}"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!