Chris Hammer 8707fb0c91 - fix logic in roles/resolv_conf
- revert roles/hostname; however we're going to go another way
2023-12-09 23:55:36 -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 }}"
...