From cc7e3c5eae6fb09c8a8d88bec678c08fb7cfa45c Mon Sep 17 00:00:00 2001 From: 6gfd8 <73461334+6gfd8@users.noreply.github.com> Date: Fri, 30 Oct 2020 13:57:40 +1300 Subject: [PATCH] Update install.yml https://github.com/StreisandEffect/streisand/issues/1816#issuecomment-716081156 --- playbooks/roles/wireguard/tasks/install.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/roles/wireguard/tasks/install.yml b/playbooks/roles/wireguard/tasks/install.yml index 8e5aa7bc3..e000dfcf7 100644 --- a/playbooks/roles/wireguard/tasks/install.yml +++ b/playbooks/roles/wireguard/tasks/install.yml @@ -4,13 +4,13 @@ command: uname -r register: kernel_release -- name: Add the WireGuard PPA - apt_repository: - repo: 'ppa:wireguard/wireguard' - register: wireguard_add_apt_repository - until: not wireguard_add_apt_repository.failed - retries: "{{ apt_repository_retries }}" - delay: "{{ apt_repository_delay }}" +#- name: Add the WireGuard PPA +# apt_repository: +# repo: 'ppa:wireguard/wireguard' +# register: wireguard_add_apt_repository +# until: not wireguard_add_apt_repository.failed +# retries: "{{ apt_repository_retries }}" +# delay: "{{ apt_repository_delay }}" - name: Install the WireGuard packages apt: