mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
push-docker: Switch to python3-docker from python-docker
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
package: name="{{ item }}" state=present
|
||||
with_items:
|
||||
- docker
|
||||
- python-docker
|
||||
- python3-docker
|
||||
|
||||
- name: start and enable docker
|
||||
service: name=docker state=started enabled=yes
|
||||
|
||||
Reference in New Issue
Block a user