diff --git a/ansible/roles/aodh/tasks/config.yml b/ansible/roles/aodh/tasks/config.yml index 9fe60c3b72..05cd27c6f9 100644 --- a/ansible/roles/aodh/tasks/config.yml +++ b/ansible/roles/aodh/tasks/config.yml @@ -56,6 +56,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ aodh_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/barbican/tasks/config.yml b/ansible/roles/barbican/tasks/config.yml index d28f667378..5b739ddaf7 100644 --- a/ansible/roles/barbican/tasks/config.yml +++ b/ansible/roles/barbican/tasks/config.yml @@ -58,6 +58,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ barbican_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/blazar/tasks/config.yml b/ansible/roles/blazar/tasks/config.yml index e96a51d069..d37d6fd107 100644 --- a/ansible/roles/blazar/tasks/config.yml +++ b/ansible/roles/blazar/tasks/config.yml @@ -42,6 +42,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ blazar_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/ceilometer/tasks/config.yml b/ansible/roles/ceilometer/tasks/config.yml index b726d0c81a..36fa58d42c 100644 --- a/ansible/roles/ceilometer/tasks/config.yml +++ b/ansible/roles/ceilometer/tasks/config.yml @@ -147,6 +147,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ ceilometer_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/cinder/tasks/config.yml b/ansible/roles/cinder/tasks/config.yml index 40505d9128..3c44c8f0c9 100644 --- a/ansible/roles/cinder/tasks/config.yml +++ b/ansible/roles/cinder/tasks/config.yml @@ -48,6 +48,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ cinder_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/cloudkitty/tasks/config.yml b/ansible/roles/cloudkitty/tasks/config.yml index f810d5a674..45a7dd60fa 100644 --- a/ansible/roles/cloudkitty/tasks/config.yml +++ b/ansible/roles/cloudkitty/tasks/config.yml @@ -66,6 +66,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ cloudkitty_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/common/tasks/config.yml b/ansible/roles/common/tasks/config.yml index d3043f9a50..dd7197cf4e 100644 --- a/ansible/roles/common/tasks/config.yml +++ b/ansible/roles/common/tasks/config.yml @@ -62,6 +62,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ common_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/congress/tasks/config.yml b/ansible/roles/congress/tasks/config.yml index e4b1896761..3f240501a0 100644 --- a/ansible/roles/congress/tasks/config.yml +++ b/ansible/roles/congress/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ congress_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/cyborg/tasks/config.yml b/ansible/roles/cyborg/tasks/config.yml index d1492244b9..76b4612076 100644 --- a/ansible/roles/cyborg/tasks/config.yml +++ b/ansible/roles/cyborg/tasks/config.yml @@ -56,6 +56,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ cyborg_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/designate/tasks/config.yml b/ansible/roles/designate/tasks/config.yml index 07f73bb7b1..6eaed5b2f1 100644 --- a/ansible/roles/designate/tasks/config.yml +++ b/ansible/roles/designate/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ designate_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/elasticsearch/tasks/config.yml b/ansible/roles/elasticsearch/tasks/config.yml index c9660e113b..3410732838 100644 --- a/ansible/roles/elasticsearch/tasks/config.yml +++ b/ansible/roles/elasticsearch/tasks/config.yml @@ -31,6 +31,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ elasticsearch_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/freezer/tasks/config.yml b/ansible/roles/freezer/tasks/config.yml index df24c8cdf8..58069a3fbe 100644 --- a/ansible/roles/freezer/tasks/config.yml +++ b/ansible/roles/freezer/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ freezer_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/glance/tasks/config.yml b/ansible/roles/glance/tasks/config.yml index d6e4ec9689..c19b434eff 100644 --- a/ansible/roles/glance/tasks/config.yml +++ b/ansible/roles/glance/tasks/config.yml @@ -46,6 +46,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ glance_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/gnocchi/tasks/config.yml b/ansible/roles/gnocchi/tasks/config.yml index c4492859f8..0dba36a368 100644 --- a/ansible/roles/gnocchi/tasks/config.yml +++ b/ansible/roles/gnocchi/tasks/config.yml @@ -46,6 +46,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ gnocchi_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/grafana/tasks/config.yml b/ansible/roles/grafana/tasks/config.yml index 01d0f6dd92..0a0e056cd9 100644 --- a/ansible/roles/grafana/tasks/config.yml +++ b/ansible/roles/grafana/tasks/config.yml @@ -30,6 +30,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ grafana_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files template: diff --git a/ansible/roles/heat/tasks/config.yml b/ansible/roles/heat/tasks/config.yml index e51a78cb50..5f434278e4 100644 --- a/ansible/roles/heat/tasks/config.yml +++ b/ansible/roles/heat/tasks/config.yml @@ -42,6 +42,8 @@ - item.value.enabled | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ heat_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services become: true diff --git a/ansible/roles/ironic/tasks/config.yml b/ansible/roles/ironic/tasks/config.yml index c337f924ca..e8226a0cb7 100644 --- a/ansible/roles/ironic/tasks/config.yml +++ b/ansible/roles/ironic/tasks/config.yml @@ -49,6 +49,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ ironic_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/karbor/tasks/config.yml b/ansible/roles/karbor/tasks/config.yml index 18a535e2f4..67ff39bb35 100644 --- a/ansible/roles/karbor/tasks/config.yml +++ b/ansible/roles/karbor/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ karbor_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/keystone/tasks/config.yml b/ansible/roles/keystone/tasks/config.yml index bc56b44cbb..d31d1d2017 100644 --- a/ansible/roles/keystone/tasks/config.yml +++ b/ansible/roles/keystone/tasks/config.yml @@ -49,6 +49,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ keystone_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/kibana/tasks/config.yml b/ansible/roles/kibana/tasks/config.yml index a32c8d7576..2eb63ea031 100644 --- a/ansible/roles/kibana/tasks/config.yml +++ b/ansible/roles/kibana/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ kibana_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/kuryr/tasks/config.yml b/ansible/roles/kuryr/tasks/config.yml index 6f6077110e..54c25119d5 100644 --- a/ansible/roles/kuryr/tasks/config.yml +++ b/ansible/roles/kuryr/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ kuryr_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/magnum/tasks/config.yml b/ansible/roles/magnum/tasks/config.yml index a3ecf85e25..68eb83bdf1 100644 --- a/ansible/roles/magnum/tasks/config.yml +++ b/ansible/roles/magnum/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ magnum_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/manila/tasks/config.yml b/ansible/roles/manila/tasks/config.yml index edf9198152..cfc31b8ec1 100644 --- a/ansible/roles/manila/tasks/config.yml +++ b/ansible/roles/manila/tasks/config.yml @@ -47,6 +47,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ manila_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/mistral/tasks/config.yml b/ansible/roles/mistral/tasks/config.yml index 00e2096e9c..3ce2656f9f 100644 --- a/ansible/roles/mistral/tasks/config.yml +++ b/ansible/roles/mistral/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ mistral_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/monasca/tasks/config.yml b/ansible/roles/monasca/tasks/config.yml index d29aaf6d69..4c2820609f 100644 --- a/ansible/roles/monasca/tasks/config.yml +++ b/ansible/roles/monasca/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ monasca_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/murano/tasks/config.yml b/ansible/roles/murano/tasks/config.yml index 879b34c139..fb449dbbe9 100644 --- a/ansible/roles/murano/tasks/config.yml +++ b/ansible/roles/murano/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ murano_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/neutron/tasks/config.yml b/ansible/roles/neutron/tasks/config.yml index c28ef33a7f..de17c2f3a5 100644 --- a/ansible/roles/neutron/tasks/config.yml +++ b/ansible/roles/neutron/tasks/config.yml @@ -58,6 +58,8 @@ - item.value.host_in_groups | bool - kolla_copy_ca_into_containers | bool with_dict: "{{ neutron_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services become: true diff --git a/ansible/roles/nova-cell/tasks/config.yml b/ansible/roles/nova-cell/tasks/config.yml index b4c19d72e6..04c291fec4 100644 --- a/ansible/roles/nova-cell/tasks/config.yml +++ b/ansible/roles/nova-cell/tasks/config.yml @@ -35,6 +35,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ nova_cell_services }}" + notify: + - "Restart {{ item.key }} container" - include_tasks: external_ceph.yml when: diff --git a/ansible/roles/nova/tasks/config.yml b/ansible/roles/nova/tasks/config.yml index b9fc628dc7..6eedd9c9ea 100644 --- a/ansible/roles/nova/tasks/config.yml +++ b/ansible/roles/nova/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ nova_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services become: true diff --git a/ansible/roles/octavia/tasks/config.yml b/ansible/roles/octavia/tasks/config.yml index 21a2599160..d962f21151 100644 --- a/ansible/roles/octavia/tasks/config.yml +++ b/ansible/roles/octavia/tasks/config.yml @@ -56,6 +56,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ octavia_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/panko/tasks/config.yml b/ansible/roles/panko/tasks/config.yml index a71532e09f..49debb5439 100644 --- a/ansible/roles/panko/tasks/config.yml +++ b/ansible/roles/panko/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ panko_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/placement/tasks/config.yml b/ansible/roles/placement/tasks/config.yml index cf8e156ce9..e338850079 100644 --- a/ansible/roles/placement/tasks/config.yml +++ b/ansible/roles/placement/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ placement_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services become: true diff --git a/ansible/roles/prometheus/tasks/config.yml b/ansible/roles/prometheus/tasks/config.yml index 31876f9c28..ad97984746 100644 --- a/ansible/roles/prometheus/tasks/config.yml +++ b/ansible/roles/prometheus/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ prometheus_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files become: true diff --git a/ansible/roles/qinling/tasks/config.yml b/ansible/roles/qinling/tasks/config.yml index 5b807b80b5..17fcb18036 100644 --- a/ansible/roles/qinling/tasks/config.yml +++ b/ansible/roles/qinling/tasks/config.yml @@ -47,6 +47,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ qinling_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/rally/tasks/config.yml b/ansible/roles/rally/tasks/config.yml index 04535d13a2..d615fae3cf 100644 --- a/ansible/roles/rally/tasks/config.yml +++ b/ansible/roles/rally/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ rally_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/sahara/tasks/config.yml b/ansible/roles/sahara/tasks/config.yml index fb2fe4e168..af70380b39 100644 --- a/ansible/roles/sahara/tasks/config.yml +++ b/ansible/roles/sahara/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ sahara_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/searchlight/tasks/config.yml b/ansible/roles/searchlight/tasks/config.yml index d37f53e533..0dd7cb721d 100644 --- a/ansible/roles/searchlight/tasks/config.yml +++ b/ansible/roles/searchlight/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ searchlight_config_jsons }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/senlin/tasks/config.yml b/ansible/roles/senlin/tasks/config.yml index 62f69f2206..65f8d6643b 100644 --- a/ansible/roles/senlin/tasks/config.yml +++ b/ansible/roles/senlin/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ senlin_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/skydive/tasks/config.yml b/ansible/roles/skydive/tasks/config.yml index 9670eedc01..9ad2c60074 100644 --- a/ansible/roles/skydive/tasks/config.yml +++ b/ansible/roles/skydive/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ skydive_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over default config.json files template: diff --git a/ansible/roles/solum/tasks/config.yml b/ansible/roles/solum/tasks/config.yml index 4b3b842922..79a81145e0 100644 --- a/ansible/roles/solum/tasks/config.yml +++ b/ansible/roles/solum/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ solum_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/swift/tasks/config.yml b/ansible/roles/swift/tasks/config.yml index 7613ef6bc9..a62c4c0d68 100644 --- a/ansible/roles/swift/tasks/config.yml +++ b/ansible/roles/swift/tasks/config.yml @@ -39,6 +39,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ swift_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/tacker/tasks/config.yml b/ansible/roles/tacker/tasks/config.yml index 0363db4432..ede26d7cf0 100644 --- a/ansible/roles/tacker/tasks/config.yml +++ b/ansible/roles/tacker/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ tacker_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/telegraf/tasks/config.yml b/ansible/roles/telegraf/tasks/config.yml index 95963a4dc7..40a2b19ac1 100644 --- a/ansible/roles/telegraf/tasks/config.yml +++ b/ansible/roles/telegraf/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ telegraf_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over default config.json files template: diff --git a/ansible/roles/tempest/tasks/config.yml b/ansible/roles/tempest/tasks/config.yml index 899e541fbb..b9ad20eb39 100644 --- a/ansible/roles/tempest/tasks/config.yml +++ b/ansible/roles/tempest/tasks/config.yml @@ -23,6 +23,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ tempest_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/trove/tasks/config.yml b/ansible/roles/trove/tasks/config.yml index 28d744442e..a5156667bf 100644 --- a/ansible/roles/trove/tasks/config.yml +++ b/ansible/roles/trove/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ trove_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/vitrage/tasks/config.yml b/ansible/roles/vitrage/tasks/config.yml index 017d11ca8e..7eb09b4ec0 100644 --- a/ansible/roles/vitrage/tasks/config.yml +++ b/ansible/roles/vitrage/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ vitrage_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/watcher/tasks/config.yml b/ansible/roles/watcher/tasks/config.yml index 986338976e..fc9bca31a7 100644 --- a/ansible/roles/watcher/tasks/config.yml +++ b/ansible/roles/watcher/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ watcher_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: diff --git a/ansible/roles/zun/tasks/config.yml b/ansible/roles/zun/tasks/config.yml index d5f841fab3..244d66f2bd 100644 --- a/ansible/roles/zun/tasks/config.yml +++ b/ansible/roles/zun/tasks/config.yml @@ -42,6 +42,8 @@ - inventory_hostname in groups[item.value.group] - kolla_copy_ca_into_containers | bool with_dict: "{{ zun_services }}" + notify: + - "Restart {{ item.key }} container" - name: Copying over config.json files for services template: