Merge "Remove cloud-init when we set hostnames"

This commit is contained in:
Jenkins 2017-10-09 15:50:20 +00:00 committed by Gerrit Code Review
commit 25cf054fd8

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)