]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible: add a note in ansible.cfg 1528/head
authorSébastien Han <seb@redhat.com>
Tue, 16 May 2017 12:42:39 +0000 (14:42 +0200)
committerSébastien Han <seb@redhat.com>
Tue, 16 May 2017 12:42:39 +0000 (14:42 +0200)
Comments inside this file must be set BEFORE the option. NOT after the
option, otherwise the comment will be interpreted as a value to that
option.

Signed-off-by: Sébastien Han <seb@redhat.com>
ansible.cfg

index 94e7d5275af36061a7946bcd13b4c62a9ea334b5..87f54df0ae8ba1e7a08ade55333c6415aee26c60 100644 (file)
@@ -1,3 +1,6 @@
+# Comments inside this file must be set BEFORE the option.
+# NOT after the option, otherwise the comment will be interpreted as a value to that option.
+
 [defaults]
 ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
 action_plugins = plugins/actions