]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Normalizing the use of booleans to lowercase.
authorAndrew Schoen <aschoen@redhat.com>
Fri, 20 Mar 2015 14:36:50 +0000 (09:36 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 24 Mar 2015 00:18:51 +0000 (17:18 -0700)
Uppercase and lowercase True or true work with ansible.  Let's
standardize to lowercase for now to reduce confusion.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/common/tasks/redhat/repos.yml

index ab464667b8cd326ec9afccf4ac312b3a4d96902a..fcf17738a77261d97f9826196789baf62841d5e1 100644 (file)
@@ -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