Add the rest of the common role

This commit is contained in:
2019-03-16 20:35:27 +00:00
parent ddad3dc65d
commit bd6c3d307a
5 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
- name: "restart resolv"
service:
name: "{{ resolv_service_name }}"
state: restarted
when: resolv_service_name is defined
- name: restart cron
service:
name: "{{ cron_service_name }}"
state: restarted
when: cron_service_name is defined