diff --git a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml index f9cbb5edf..1fd285358 100644 --- a/roles/ceph-common/tasks/installs/debian_ceph_repository.yml +++ b/roles/ceph-common/tasks/installs/debian_ceph_repository.yml @@ -52,5 +52,6 @@ - ppa:gluster/libntirpc - ppa:gluster/nfs-ganesha changed_when: false - when: nfs_obj_gw or nfs_file_gw - + when: + - (nfs_obj_gw or nfs_file_gw) + - not ansible_distribution == "Debian"