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

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

View file

@ -271,9 +271,9 @@
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml - /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
pre_tasks: pre_tasks:
- name: Make sure python-docker-py is not installed - name: Make sure python2-docker-py is not installed
dnf: dnf:
name: python-docker-py name: python2-docker-py
state: absent state: absent
roles: roles: