mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
apt_repository fix (#1017)
This commit is contained in:
parent
4ca8c03e3c
commit
d1c58f0d28
2 changed files with 9 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
|||
state: present
|
||||
codename: artful
|
||||
repo: ppa:shevchuk/dnscrypt-proxy
|
||||
|
||||
register: result
|
||||
until: result|succeeded
|
||||
retries: 10
|
||||
delay: 3
|
||||
|
||||
- name: Install dnscrypt-proxy
|
||||
apt:
|
||||
name: dnscrypt-proxy
|
||||
|
|
|
@ -3,6 +3,10 @@
|
|||
apt_repository:
|
||||
repo: ppa:wireguard/wireguard
|
||||
state: present
|
||||
register: result
|
||||
until: result|succeeded
|
||||
retries: 10
|
||||
delay: 3
|
||||
|
||||
- name: WireGuard installed
|
||||
apt:
|
||||
|
|
Loading…
Add table
Reference in a new issue