2023-12-08 01:30:44 -05:00

10 lines
198 B
YAML

---
- name: Set hostname for host
hostname:
name: "{{ inventory_hostname }}"
notify:
- "restart_syslog_{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}"
...