diff --git a/playbooks/groups/osbs-cluster.yml b/playbooks/groups/osbs-cluster.yml index 3aeba1cb0a..b7ffd2dd50 100644 --- a/playbooks/groups/osbs-cluster.yml +++ b/playbooks/groups/osbs-cluster.yml @@ -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: