apt_repository fix (#1017)

This commit is contained in:
Jack Ivanov 2018-07-02 16:33:31 +03:00 committed by GitHub
parent 4ca8c03e3c
commit d1c58f0d28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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: