arch-install/roles/macos_01_hostname/tasks/main.yml
Ariejan de Vroom bf86a022b5
Some checks failed
Lint / Lint (3.11) (push) Failing after 15s
Lint / Lint (3.10) (push) Failing after 17s
fix indent
2024-06-10 11:18:48 +02:00

5 lines
100 B
YAML

---
- name: Set hostname
ansible.builtin.hostname:
name: "{{ macos.hostname }}"
use: macos