]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
common: Fix a bug in PR #312 313/head
authorZack Cerza <zack@redhat.com>
Thu, 16 Mar 2017 18:14:09 +0000 (12:14 -0600)
committerZack Cerza <zack@redhat.com>
Thu, 16 Mar 2017 18:14:09 +0000 (12:14 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/common/tasks/kerberos.yml

index 1e5bc6ae42385672f5a08c033144dbc8aff9a0bb..86b1195566833d6a32ae9765d423f0e76cc90326 100644 (file)
@@ -10,6 +10,7 @@
 # See http://tracker.ceph.com/issues/15439
 - name: Clean apt cache
   command: apt-get clean
+  when: ansible_os_family == 'Debian'
 
 - name: Update apt cache
   apt: