Remove cloud-init when we set hostnames
We don't need it for any purpose after first-boot. Make it go away. Change-Id: I7c2d974a2c301c4de2b8b80fde12b1ca7c941e2d
This commit is contained in:
parent
9114cd00cb
commit
710518f652
@ -1,4 +1,9 @@
|
||||
---
|
||||
- name: Remove cloud-init
|
||||
package:
|
||||
name: cloud-init
|
||||
state: absent
|
||||
|
||||
# Set hostname and /etc/hosts
|
||||
# Inspired by:
|
||||
# https://github.com/ansible/ansible/pull/8482)
|
||||
|
Loading…
Reference in New Issue
Block a user