From b697e0c8faa1bf0957d1d96197ee94b70c6349a5 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Tue, 30 Apr 2019 22:10:11 -0700 Subject: [PATCH] kiwix packages appear to be constantly broken --- playbook.yml | 1 - roles/kiwix/tasks/main.yml | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 roles/kiwix/tasks/main.yml diff --git a/playbook.yml b/playbook.yml index 97e1883..5fc36cc 100644 --- a/playbook.yml +++ b/playbook.yml @@ -75,7 +75,6 @@ - { role: wttr, tags: ['wttr'] } - { role: hostsctl, tags: ['hostsctl'], when: "hostsctl is defined" } - { role: himawaripy, tags: ['himawaripy'], when: "himawaripy is defined" } - - { role: kiwix, tags: ['kiwix'] } - { role: syncthing, tags: ['syncthing'], when: "syncthing is defined" } - { role: mirrorlist, tags: ['mirrorlist'], when: "mirrorlist is defined" } - { role: logitech, tags: ['logitech'] } diff --git a/roles/kiwix/tasks/main.yml b/roles/kiwix/tasks/main.yml deleted file mode 100644 index 4eb6ce5..0000000 --- a/roles/kiwix/tasks/main.yml +++ /dev/null @@ -1,10 +0,0 @@ ---- -- name: Install kiwix - aur: - name: - - zimlib-git - - ctpp2 - - kiwix-cli-git - user: "{{ user.name }}" - tags: - - aur