Add ceph-handler role

Ceph has introduces a ceph-handler role which includes all of the
handlers from now on, so we should include that from now on.

Change-Id: I9179a37eb4938eeaf09186144229af945eb350fa
This commit is contained in:
Mohammed Naser 2018-09-28 15:18:08 -04:00
parent 41d7c63d2a
commit 0ac819c007
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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