[ansible] update roles

This commit is contained in:
2018-04-24 16:14:24 +03:00
parent caae1216d0
commit 0048d6fc92
17 changed files with 89 additions and 45 deletions

View File

@@ -0,0 +1,11 @@
---
# - name: "Restart {{ service_name }} service"
# systemd:
# enabled: yes
# state: restarted
# name: "{{ service_name }}"
- name: "Restart {{ service_name }} service"
command: "sudo /bin/systemctl restart {{ service_name }}"
args:
warn: no