Skip to content

Commit

Permalink
docker-py is no longer maintained (last release from November 2016), …
Browse files Browse the repository at this point in the history
…you should install docker instead, ansible/ansible#42162
  • Loading branch information
likg committed Jul 18, 2018
1 parent db149f1 commit b4254a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/docker_playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
- always

tasks:
- name: install docker-py on localhost
- name: install docker on localhost
pip:
name: docker-py
name: docker
extra_args: "--upgrade"

- name: create docker containers
Expand Down

0 comments on commit b4254a3

Please sign in to comment.