fixes yaml syntax highlighting in README

master
Christian Krause 2017-06-30 13:56:21 +02:00
parent cb9e74677c
commit 727e702c91
No known key found for this signature in database
GPG Key ID: 3CD613B9A8567F58
1 changed files with 16 additions and 16 deletions

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