From: Andrew Schoen Date: Fri, 20 Mar 2015 14:36:50 +0000 (-0500) Subject: Normalizing the use of booleans to lowercase. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=9f6ddf0ad6f8e577e4837d231617b17fff4b9798;p=ceph-cm-ansible.git Normalizing the use of booleans to lowercase. Uppercase and lowercase True or true work with ansible. Let's standardize to lowercase for now to reduce confusion. Signed-off-by: Andrew Schoen --- diff --git a/roles/common/tasks/redhat/repos.yml b/roles/common/tasks/redhat/repos.yml index ab46466..fcf1773 100644 --- a/roles/common/tasks/redhat/repos.yml +++ b/roles/common/tasks/redhat/repos.yml @@ -23,5 +23,5 @@ - name: Clean yum cache shell: yum clean all - changed_when: False + changed_when: false when: repo_file and repo_file.changed