12 lines
218 B
YAML
12 lines
218 B
YAML
---
|
|
# handlers file for backup_server
|
|
|
|
- name: "restart cron"
|
|
service:
|
|
name: "{{ cron_service_name }}"
|
|
enabled: yes
|
|
state: restarted
|
|
|
|
- name: update aliases
|
|
command: postalias {{ aliases_config_file }}
|