diff --git a/roles/wormhole/tasks/main.yml b/roles/wormhole/tasks/main.yml index 6e69805..e4e4e17 100644 --- a/roles/wormhole/tasks/main.yml +++ b/roles/wormhole/tasks/main.yml @@ -1,7 +1,4 @@ --- -- name: Install magic-wormhole dependencies - pacman: name={{ item }} state=present - - name: Install magic-wormhole aur: name={{ item }} user={{ user.name }} with_items: @@ -9,7 +6,6 @@ - python-spake2 - python-ipaddress - python-txtorcon - - magic-wormhole tags: - aur