The mailman3 package is not ready yet

This commit is contained in:
Aurélien Bompard 2015-03-13 15:09:05 +00:00
parent 9594724b74
commit d9b3a5b496

View file

@ -50,8 +50,8 @@
- name: install needed packages - name: install needed packages
yum: pkg={{ item }} state=present yum: pkg={{ item }} state=present
with_items: with_items:
- mailman3 #- mailman3
- mailman3-selinux #- mailman3-selinux
- python-psycopg2 - python-psycopg2
- hyperkitty - hyperkitty
- hyperkitty-selinux - hyperkitty-selinux
@ -60,7 +60,7 @@
- python-pylibmc - python-pylibmc
- python-django-haystack-xapian - python-django-haystack-xapian
- yum-plugin-post-transaction-actions - yum-plugin-post-transaction-actions
- mailman3-fedmsg-plugin #- mailman3-fedmsg-plugin
# to run the test suite: # to run the test suite:
- python-beautifulsoup4 - python-beautifulsoup4
- python-mock - python-mock