1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #1281 from holta/ansible-output

Fix PR #1278 (0-init)
This commit is contained in:
A Holt 2018-11-02 22:06:23 -04:00 committed by GitHub
commit 3e4dc94b6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
path: /etc/cloud/cloud.cfg
register: U18_server
- name: Put 'preserve_hostname: true' in /etc/cloud/cloud.cfg (ubuntu-18 server)
- name: 'Put "preserve_hostname: true" in /etc/cloud/cloud.cfg (ubuntu-18 server)'
lineinfile:
path: /etc/cloud/cloud.cfg
regexp: '^preserve_hostname*'