diff --git a/playbooks/ceph-install.yml b/playbooks/ceph-install.yml index d12e717df8..cfced5b147 100644 --- a/playbooks/ceph-install.yml +++ b/playbooks/ceph-install.yml @@ -96,6 +96,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint @@ -189,6 +192,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint diff --git a/playbooks/ceph-rgw-install.yml b/playbooks/ceph-rgw-install.yml index b8b613b4f6..35f05ccc44 100644 --- a/playbooks/ceph-rgw-install.yml +++ b/playbooks/ceph-rgw-install.yml @@ -45,6 +45,9 @@ - role: ceph-defaults tags: - skip_ansible_lint + - role: ceph-handler + tags: + - skip_ansible_lint - role: ceph-common tags: - skip_ansible_lint