Remove hostname and timezone, cloud-init does that
This commit is contained in:
parent
e75a5364df
commit
7b3decdf07
|
@ -1,14 +1,6 @@
|
|||
# vim: ft=yaml.ansible
|
||||
# code: language=ansible
|
||||
---
|
||||
- name: Set hostname
|
||||
ansible.builtin.hostname:
|
||||
name: "{{ hostname }}"
|
||||
|
||||
- name: Set timezone
|
||||
community.general.timezone:
|
||||
name: "{{ timezone }}"
|
||||
|
||||
- name: Copy hosts file
|
||||
ansible.builtin.template:
|
||||
src: hosts.j2
|
||||
|
|
Loading…
Reference in a new issue