move python-sqlalchemy0.8 out to a rhel6 only task
This commit is contained in:
parent
e049b0566a
commit
adccb33254
1 changed files with 7 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue