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