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:
parent
95b2843a24
commit
822d641e38
1 changed files with 6 additions and 0 deletions
|
@ -270,6 +270,12 @@
|
||||||
- "/srv/private/ansible/vars.yml"
|
- "/srv/private/ansible/vars.yml"
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.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:
|
roles:
|
||||||
- {
|
- {
|
||||||
role: osbs-common,
|
role: osbs-common,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue