From c43cab708225083ae6f2e43ebbff7d69d467275b Mon Sep 17 00:00:00 2001 From: rodeodomino <48391143+rodeodomino@users.noreply.github.com> Date: Sun, 10 Mar 2019 13:56:43 -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..0cde41d4 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 }}"