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:
Monty Taylor 2017-10-06 12:50:44 -05:00
parent 9114cd00cb
commit 710518f652
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -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)