diff options
author | Michael Scherer <misc@zarb.org> | 2014-12-12 18:34:41 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2014-12-12 18:34:41 +0100 |
commit | 17362d6bf9ff6b81119cd5df0390f085eb90c77f (patch) | |
tree | 0d5976113844d200a292336c98179bca5983b1f2 | |
parent | 34d96ea5ca86e2740960f2a785dc9f47baf56883 (diff) |
Fix the syntax ( need to make it automated one day )
-rw-r--r-- | roles/base/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/base/tasks/main.yml b/roles/base/tasks/main.yml index c4268ab..ccc0a13 100644 --- a/roles/base/tasks/main.yml +++ b/roles/base/tasks/main.yml @@ -13,7 +13,7 @@ - service: name=chronyd state=running enabled=yes -- copy: dest=/etc/cloud/cloud.cfg.d/06_preserve_hostname.cfg content="preserve_hostname: true" +- copy: dest=/etc/cloud/cloud.cfg.d/06_preserve_hostname.cfg content='preserve_hostname: true' - name: install firewalld on centos7 yum: pkg=firewalld state=installed |