From 9f26408cd9eaccb70907c6faec8597f786e00f9a Mon Sep 17 00:00:00 2001 From: Brett Eisenberg Date: Thu, 28 Dec 2017 10:57:48 -0800 Subject: [PATCH] fix wormhole dependency loop --- roles/wormhole/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) 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