10 lines
198 B
YAML
10 lines
198 B
YAML
---
|
|
- name: Set hostname for host
|
|
hostname:
|
|
name: "{{ inventory_hostname }}"
|
|
notify:
|
|
- "restart_syslog_{{ ansible_distribution | lower }}_{{ ansible_distribution_major_version }}"
|
|
|
|
|
|
...
|