From 4c2e92db30ae38794591eb4f1019b1ad96413e0b Mon Sep 17 00:00:00 2001 From: rodeodomino <48391143+rodeodomino@users.noreply.github.com> Date: Sun, 10 Mar 2019 13:37:29 -0400 Subject: [PATCH] Adding a pause before Wireguard so that it doesn't crash Vultr. --- roles/wireguard/tasks/main.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/wireguard/tasks/main.yml b/roles/wireguard/tasks/main.yml index 235eaa45..b97541c2 100644 --- a/roles/wireguard/tasks/main.yml +++ b/roles/wireguard/tasks/main.yml @@ -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 }}"