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