Remove extra whitespace

This commit is contained in:
2023-09-01 15:42:30 -04:00
parent 64ce09122d
commit 1e497413e8
2 changed files with 10 additions and 10 deletions

View File

@ -66,26 +66,26 @@
reboot:
post_reboot_delay: 30
reboot_timeout: 1800
- name: wait 90 seconds for system to stabilize
pause:
seconds: 90
become: no
connection: local
- name: restart pvcnoded on first install
service:
name: pvcnoded
state: restarted
throttle: 1
ignore_errors: yes
- name: wait 30 seconds for system to stabilize
pause:
seconds: 30
become: no
connection: local
- name: set first node as primary coordinator on first install
command: "pvc node primary --wait"
run_once: yes