diff --git a/ansible/roles/ceph/tasks/precheck.yml b/ansible/roles/ceph/tasks/precheck.yml
index cad059fbf11288525a5bdae2ebaf82ce08840c18..fabae009a4ae7c6b0da2b89b2994c4f1d607690d 100644
--- a/ansible/roles/ceph/tasks/precheck.yml
+++ b/ansible/roles/ceph/tasks/precheck.yml
@@ -16,7 +16,7 @@
     - container_facts['ceph_rgw'] is not defined
     - inventory_hostname in groups['ceph-rgw']
 
-- name: Check whether the swift service is enabled
-  local_action: fail msg='Ceph-rgw-keystone is conflicts with swift, you should only enable one of them'
-  when: enable_swift | bool
+- name: Check whether the Swift service is enabled
+  local_action: fail msg='Ceph-rgw conflicts with Swift, and so you should only enable one of them'
+  when: enable_swift | bool and enable_ceph_rgw | bool
   run_once: True