Adding a pause before Wireguard so that it doesn't crash Vultr.

This commit is contained in:
rodeodomino 2019-03-10 13:56:43 -04:00
parent 96574e773c
commit c43cab7082

View file

@ -1,4 +1,9 @@
--- ---
- pause:
minutes: 1
prompt: "Pausing for one minute to ensure CPU is ready."
when: algo_provider == "vultr"
- name: Ensure the required directories exist - name: Ensure the required directories exist
file: file:
dest: "{{ wireguard_pki_path }}/{{ item }}" dest: "{{ wireguard_pki_path }}/{{ item }}"