[ansible] update tasks

This commit is contained in:
2018-03-29 17:13:31 +03:00
parent c603753226
commit d2360fde25
5 changed files with 34 additions and 6 deletions

View File

@@ -18,7 +18,9 @@
dest: "{{ project_dir }}/current"
state: link
#- name: "restart {{ project_name }} service"
# systemd:
# state: restarted
# name: "{{ project_name }}"
- name: Restart {{ project_name }} service
command: "sudo /bin/systemctl restart tankz"
args:
warn: no
- import_tasks: clean.yml