playbook: add missing tags

Add missing tag on ceph-handler role call.
Otherwise, we can't use `--tags='ceph_update_config'` for updating the
ceph configuration file.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1754432

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit f59dad620d)
pull/4556/head
Guillaume Abrioux 2019-10-04 14:58:11 +02:00
parent 556052b235
commit fb7ca818d1
2 changed files with 19 additions and 0 deletions

View File

@ -93,6 +93,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -128,6 +129,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -159,6 +161,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -190,6 +193,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -221,6 +225,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -252,6 +257,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -283,6 +289,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -314,6 +321,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
- role: ceph-config
tags: ['ceph_update_config']
@ -349,6 +357,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-docker-common
when:
- inventory_hostname == groups.get('clients', ['']) | first
@ -382,6 +391,7 @@
- { role: ceph-defaults, tags: ['ceph_update_config'] }
- { role: ceph-facts, tags: ['ceph_update_config'] }
- role: ceph-handler
tags: ['ceph_update_config']
- ceph-docker-common
- { role: ceph-config, tags: ['ceph_update_config'] }
- ceph-iscsi-gw

View File

@ -96,6 +96,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -127,6 +128,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -158,6 +160,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -189,6 +192,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -220,6 +224,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -251,6 +256,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -280,6 +286,7 @@
- role: ceph-defaults
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -315,6 +322,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']
@ -346,6 +354,7 @@
- role: ceph-facts
tags: ['ceph_update_config']
- role: ceph-handler
tags: ['ceph_update_config']
- role: ceph-common
- role: ceph-config
tags: ['ceph_update_config']