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

This commit is contained in:
rodeodomino 2019-03-10 13:37:29 -04:00
parent 273c7665d3
commit 4c2e92db30

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
file:
dest: "{{ wireguard_pki_path }}/{{ item }}"