From: Ben England Date: Wed, 27 Apr 2016 17:36:32 +0000 (-0400) Subject: requested format cleanup X-Git-Tag: v1.0.6~153^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bd61d19b944801be2eaf5df44791adc5395499b8;p=ceph-ansible.git requested format cleanup --- diff --git a/purge-cluster.yml b/purge-cluster.yml index ac1a9ea17..0ea271103 100644 --- a/purge-cluster.yml +++ b/purge-cluster.yml @@ -413,7 +413,9 @@ 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/*