push-docker: Switch to python3-docker from python-docker

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-05-15 18:49:02 +00:00
parent de5c73901c
commit fedfea462c

View file

@ -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