mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +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,6 +4,10 @@
|
||||||
state: present
|
state: present
|
||||||
codename: artful
|
codename: artful
|
||||||
repo: ppa:shevchuk/dnscrypt-proxy
|
repo: ppa:shevchuk/dnscrypt-proxy
|
||||||
|
register: result
|
||||||
|
until: result|succeeded
|
||||||
|
retries: 10
|
||||||
|
delay: 3
|
||||||
|
|
||||||
- name: Install dnscrypt-proxy
|
- name: Install dnscrypt-proxy
|
||||||
apt:
|
apt:
|
||||||
|
|
|
@ -3,6 +3,10 @@
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: ppa:wireguard/wireguard
|
repo: ppa:wireguard/wireguard
|
||||||
state: present
|
state: present
|
||||||
|
register: result
|
||||||
|
until: result|succeeded
|
||||||
|
retries: 10
|
||||||
|
delay: 3
|
||||||
|
|
||||||
- name: WireGuard installed
|
- name: WireGuard installed
|
||||||
apt:
|
apt:
|
||||||
|
|
Loading…
Add table
Reference in a new issue