Merge pull request #12 from idiv-biodiversity/master

fixes yaml syntax highlighting in README
This commit is contained in:
Jeff Geerling 2017-06-30 07:16:17 -05:00 committed by GitHub
commit e7ff2b8657

View File

@ -39,17 +39,17 @@ Docker Compose installation options.
Many users of this role wish to also use Ansible to then _build_ Docker images and manage Docker containers on the server where Docker is installed. In this case, you can easily add in the `docker` Python library using the `geerlingguy.pip` role:
```yaml
- hosts: all
vars:
pip_install_packages:
- name: docker
roles:
- geerlingguy.pip
- geerlingguy.docker
```
```yaml
- hosts: all
vars:
pip_install_packages:
- name: docker
roles:
- geerlingguy.pip
- geerlingguy.docker
```
## Dependencies
@ -57,11 +57,11 @@ None.
## Example Playbook
```yaml
- hosts: all
roles:
- geerlingguy.docker
```
```yaml
- hosts: all
roles:
- geerlingguy.docker
```
## License