Use new package and file names

References parallelvirtualclient/pvc#79
This commit is contained in:
2020-02-08 19:26:51 -05:00
parent 94f2cd5c86
commit 67d1f6761a
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