From 822d641e38a72098ef078106dfa4df69f2982887 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Fri, 13 Jul 2018 15:53:51 +0200 Subject: [PATCH] We need to make sure that python-docker-py is not installed Signed-off-by: Clement Verna --- playbooks/groups/osbs-cluster.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 9746018853..3aeba1cb0a 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -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,