deprecate cacert-org package

This commit is contained in:
Jörg Thalheim 2014-09-23 11:12:02 +02:00
parent 1d8aaed180
commit cf992e8d8d
1 changed files with 4 additions and 1 deletions

View File

@ -9,10 +9,13 @@
with_items:
- htop
- strace
- cacert-dot-org
- the_silver_searcher
- zsh
- git
- name: remove deprecated packages
pacman: name={{ item }} state=absent
with_items:
- cacert-dot-org
- name: /etc/hosts
template: src=hosts.j2 dest=/etc/hosts mode=0644 backup=yes
- locale_gen: name=de_DE.UTF-8 state=present