Reload dbus config should work for both c8 and c9

c9 ship dbus-broker by default instead of dbus-daemon.
This means we should make sure the command is valid for
both the use cases.

Related-Bug: #1949033
Change-Id: Ibdf87463d4a86dd225a1f1b89326407628facb65
This commit is contained in:
Francesco Pantano 2021-10-29 11:35:25 +02:00
parent f6630e9432
commit b151cd7b13
No known key found for this signature in database
GPG Key ID: 0458D4D1F41BD75C
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
mode: "0644"
- name: reload dbus configuration
command: "killall -SIGHUP dbus-daemon"
command: "killall -r -SIGHUP dbus-*"
when: tripleo_cephadm_ceph_nfs_dynamic_exports | bool
delegate_to: "{{ nfs_node }}"