Skip to content

Commit afd874a

Browse files
committed
Fixes #4: Ansible 2.6.0 requires docker instead of docker-py.
1 parent 90701e3 commit afd874a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
install:
1212
# Install Ansible.
13-
- pip install ansible docker-py
13+
- pip install ansible docker
1414

1515
# Install role dependencies.
1616
- ansible-galaxy install -r requirements.yml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Then, make sure Docker is running, and run the playbook to build the container:
9090

9191
(Substitute whatever supported PHP version you desire in the vars path) Once the image is built, you can run `docker images` to see the `php-apache` image that was generated.
9292

93-
> Note: If you get an error like `Failed to import docker-py`, run `pip install docker-py`.
93+
> Note: If you get an error like `Failed to import docker`, run `pip install docker`.
9494
9595
### Push the image to Docker Hub
9696

0 commit comments

Comments
 (0)