Fix/disable some changing/out-of-date packages

- orpie's mirror is down, is flagged out-of-date
- attic/atticmatic are now borg/borgmatic, atticmatic removed from AUR
- terraform-bin is broken, is flagged out-of-date
- tucnak3 superceded by tucnak4, is flagged out-of-date, mirror url
  changed, no tucnak4 pkgbuild available
This commit is contained in:
John Shuping 2016-08-28 12:12:18 -04:00
parent 4492cf71d7
commit df8b2a6188
4 changed files with 15 additions and 14 deletions

View file

@ -15,7 +15,8 @@ aur:
packages:
- aura-bin
- downgrade
- orpie
# mirror is down
#- orpie
ssh:
port: 22

View file

@ -2,12 +2,12 @@
- name: Install rsnapshot
pacman: name=rsnapshot state=present
- name: Install attic
aur: name=attic user={{ user.name }}
- name: Install borg
aur: name=borg user={{ user.name }}
tags:
- aur
- name: Install atticmatic
aur: name=atticmatic user={{ user.name }}
- name: Install borgmatic
aur: name=borgmatic user={{ user.name }}
tags:
- aur

View file

@ -2,10 +2,9 @@
- name: Install vagrant
pacman: name=vagrant state=present
- name: Install terraform, consul, and vault
- name: Install consul and vault
aur: name={{ item }} user={{ user.name }}
with_items:
- terraform-bin
- consul
- vault-bin
tags:

View file

@ -15,10 +15,11 @@
tags:
- aur
- name: Install tucnak3
aur: name={{ item }} user={{ user.name }}
with_items:
- libzia3
- tucnak3
tags:
- aur
# tucnak3 replaced by tucnak4 upstream but no AUR package yet
#- name: Install tucnak3
# aur: name={{ item }} user={{ user.name }}
# with_items:
# - libzia3
# - tucnak3
# tags:
# - aur