move python-sqlalchemy0.8 out to a rhel6 only task

This commit is contained in:
Kevin Fenzi 2017-10-10 22:05:32 +00:00
parent e049b0566a
commit adccb33254

View file

@ -7,11 +7,17 @@
- fedora-packages
- python-psycopg2
- python-memcached
- python-sqlalchemy0.8
tags:
- packages
- packages/web
- name: install python-sqlalchemy0.8 only on rhel6
package: name=python-sqlalchemy0.8 state=present
tags:
- packages
- packages/web
when: ansible_distribution_major_version|int < 7
- name: Create some directories
file:
path={{ item }}