From 727e702c9137a43477740f0153dcaaf36e0af3c9 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Fri, 30 Jun 2017 13:56:21 +0200 Subject: [PATCH] fixes yaml syntax highlighting in README --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 38e79b6..31cb078 100644 --- a/README.md +++ b/README.md @@ -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