fix wormhole dependency loop

This commit is contained in:
Brett Eisenberg 2017-12-28 10:57:48 -08:00
parent a7b4506f47
commit 9f26408cd9

View file

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