Skip to content

Commit

Permalink
Update install.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
D1E7BF44 committed Oct 30, 2020
1 parent 676df0b commit cc7e3c5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playbooks/roles/wireguard/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc7e3c5

Please sign in to comment.