mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
move python-sqlalchemy0.8 out to a rhel6 only task
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user