fixes yaml syntax highlighting in README

This commit is contained in:
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

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: 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 ```yaml
- hosts: all - hosts: all
vars: vars:
pip_install_packages: pip_install_packages:
- name: docker - name: docker
roles: roles:
- geerlingguy.pip - geerlingguy.pip
- geerlingguy.docker - geerlingguy.docker
``` ```
## Dependencies ## Dependencies
@ -57,11 +57,11 @@ None.
## Example Playbook ## Example Playbook
```yaml ```yaml
- hosts: all - hosts: all
roles: roles:
- geerlingguy.docker - geerlingguy.docker
``` ```
## License ## License