mirror of
https://gitea.0xace.cc/ansible-galaxy/hostname.git
synced 2024-11-25 07:56:58 +00:00
4 lines
88 B
YAML
4 lines
88 B
YAML
- name: Set a hostname
|
|
ansible.builtin.hostname:
|
|
name: "{{ inventory_hostname }}"
|