[client] hostname from environ

This commit is contained in:
2018-03-28 17:30:42 +03:00
parent 6d2a1a002b
commit c8448b7848
4 changed files with 33 additions and 5 deletions

View File

@@ -16,4 +16,9 @@
file:
src: "{{ release_dir }}"
dest: "{{ project_dir }}/current"
state: link
state: link
- name: "restart {{ project_name }} service"
systemd:
state: restarted
name: "{{ project_name }}"