push-docker: Switch to python3-docker from python-docker
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
de5c73901c
commit
fedfea462c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue