From 2cc6cb4bc4a644e9b2dddb1e7a8a3c7ace205af2 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 7 Mar 2014 21:12:23 +0000 Subject: [PATCH] Other tagger things. --- roles/tagger/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/roles/tagger/tasks/main.yml b/roles/tagger/tasks/main.yml index 5bd056ec38..76c835831f 100644 --- a/roles/tagger/tasks/main.yml +++ b/roles/tagger/tasks/main.yml @@ -12,9 +12,19 @@ - python-psycopg2 - python-memcached - python-sqlalchemy0.8 + - python-webob tags: - packages +- name: link the README into the right place because tagger is ridiculous + file: > + src=/usr/lib/python2.6/site-packages/fedoratagger/README.rst + dest=/usr/lib/python2.6/site-packages/README.rst + state=link + tags: + - config + - ridiculous + - name: make the cache directory file: > path=/var/cache/fedoratagger