From c20f91e54c92cfeeea729d9e79825facbf176e43 Mon Sep 17 00:00:00 2001 From: John Shuping Date: Sat, 18 Feb 2017 07:20:29 -0500 Subject: [PATCH] Couple of small pkg/dep fixes - chirp requires hamradio-menus - masterpdfeditor-qt5 is now called masterpdfeditor - wormhole requires python-ipaddress --- roles/office/tasks/main.yml | 4 ++-- roles/radio/tasks/radio_mgmt.yml | 5 ++++- roles/wormhole/tasks/main.yml | 1 + 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/roles/office/tasks/main.yml b/roles/office/tasks/main.yml index 037d229..4c572ec 100644 --- a/roles/office/tasks/main.yml +++ b/roles/office/tasks/main.yml @@ -54,8 +54,8 @@ - name: Install texlive-core pacman: name=texlive-core state=present -- name: Install masterpdfeditor-qt5 - aur: name=masterpdfeditor-qt5 user={{ user.name }} +- name: Install masterpdfeditor + aur: name=masterpdfeditor user={{ user.name }} tags: - aur diff --git a/roles/radio/tasks/radio_mgmt.yml b/roles/radio/tasks/radio_mgmt.yml index d79ef08..922ef2e 100644 --- a/roles/radio/tasks/radio_mgmt.yml +++ b/roles/radio/tasks/radio_mgmt.yml @@ -1,5 +1,8 @@ --- - name: Install CHIRP - aur: name=chirp user={{ user.name }} + aur: name={{ item }} user={{ user.name }} + with_items: + - hamradio-menus + - chirp tags: - aur diff --git a/roles/wormhole/tasks/main.yml b/roles/wormhole/tasks/main.yml index 29f7b64..121db37 100644 --- a/roles/wormhole/tasks/main.yml +++ b/roles/wormhole/tasks/main.yml @@ -6,6 +6,7 @@ - python-spake2 - python-humanize - python-tqdm + - python-ipaddress - magic-wormhole tags: - aur