mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-13 08:13:01 +02:00
Adding a pause before Wireguard so that it doesn't crash Vultr.
This commit is contained in:
parent
273c7665d3
commit
4c2e92db30
1 changed files with 5 additions and 0 deletions
|
@ -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 }}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue