Don't restart pvcd.service on bootstrap

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:23 -04:00
parent 0d9e209b45
commit 6d3999eaab
1 changed files with 1 additions and 0 deletions

View File

@ -43,3 +43,4 @@
- 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
when: bootstrap is not defined