Use new package and file names

References parallelvirtualclient/pvc#79
This commit is contained in:
2023-09-01 15:42:23 -04:00
parent 999e50a68f
commit 0e5cb688dc
5 changed files with 16 additions and 16 deletions

View File

@ -40,6 +40,6 @@
shell: "{% if is_coordinator %}sleep {{ 15 * (hostvars[ansible_hostname].ansible_local.host_id|int - 1) }} && systemctl restart ceph-mgr@{{ ansible_hostname }}.service{% endif %}"
ignore_errors: true
- name: restart pvcd
shell: "{% if is_coordinator %}sleep {{ 15 * (hostvars[ansible_hostname].ansible_local.host_id|int - 1) }} &&{% endif %} systemctl restart pvcd.service"
- name: restart pvcnoded
shell: "{% if is_coordinator %}sleep {{ 15 * (hostvars[ansible_hostname].ansible_local.host_id|int - 1) }} &&{% endif %} systemctl restart pvcnoded.service"
ignore_errors: true