We need to make sure that python-docker-py is not installed

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2018-07-13 15:53:51 +02:00
parent 95b2843a24
commit 822d641e38

View file

@ -270,6 +270,12 @@
- "/srv/private/ansible/vars.yml"
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks:
- name: Make sure python-docker-py is not installed
dnf:
name: python-docker-py
state: absent
roles:
- {
role: osbs-common,