Remove extra whitespace

This commit is contained in:
Joshua Boniface
2023-08-29 16:00:31 -04:00
parent ecf4b764de
commit 92740c9d6f
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