diff --git a/roles/pvc/tasks/main.yml b/roles/pvc/tasks/main.yml index 0d3c3a2..b6c9755 100644 --- a/roles/pvc/tasks/main.yml +++ b/roles/pvc/tasks/main.yml @@ -64,28 +64,9 @@ - block: - name: restart server on first install reboot: - post_reboot_delay: 30 + post_reboot_delay: 60 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 {{ ansible_play_hosts[0].split('.')[0] }}" run_once: yes