]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
requested format cleanup 734/head
authorBen England <bengland@redhat.com>
Wed, 27 Apr 2016 17:36:32 +0000 (13:36 -0400)
committerBen England <bengland@redhat.com>
Wed, 27 Apr 2016 17:36:32 +0000 (13:36 -0400)
purge-cluster.yml

index ac1a9ea1775d2fee3b8ebac186e14675c24f538d..0ea271103b27988f7da3adc626e60449289cb27b 100644 (file)
       ansible_pkg_mgr == 'dnf'
 
   - name: purge RPM cache in /tmp
-    file: path=/tmp/rh-storage-repo state=absent
+    file:
+      path: /tmp/rh-storage-repo
+      state: absent
 
   - name: clean apt
     shell: apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*