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:
parent
822d641e38
commit
07d77e77e5
1 changed files with 2 additions and 2 deletions
|
@ -271,9 +271,9 @@
|
|||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
||||
|
||||
pre_tasks:
|
||||
- name: Make sure python-docker-py is not installed
|
||||
- name: Make sure python2-docker-py is not installed
|
||||
dnf:
|
||||
name: python-docker-py
|
||||
name: python2-docker-py
|
||||
state: absent
|
||||
|
||||
roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue