diff --git a/ansible/roles/ceph/tasks/pull.yml b/ansible/roles/ceph/tasks/pull.yml index bf59e2c883..017909cc5e 100644 --- a/ansible/roles/ceph/tasks/pull.yml +++ b/ansible/roles/ceph/tasks/pull.yml @@ -43,4 +43,5 @@ common_options: "{{ docker_common_options }}" image: "{{ ceph_nfs_image_full }}" when: + - enable_ceph_nfs | bool - inventory_hostname in groups['ceph-nfs']