Skip to content

Commit c9e2a39

Browse files
committed
Fix formatting of examples in README
1 parent 24d7c54 commit c9e2a39

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,20 @@ Example Playbook
5353

5454
1) Generate [CONGA example configuration](https://github.com/wcm-io-devops/conga/tree/develop/example) for environment `prod`:
5555

56-
- hosts: localhost
57-
vars:
58-
conga_environment: prod
59-
roles:
60-
- { role: conga-maven,
61-
conga_maven_git_repo: "https://github.com/wcm-io-devops/conga.git",
62-
conga_maven_git_branch: master,
63-
conga_maven_root: example }
56+
- hosts: localhost
57+
vars:
58+
conga_environment: prod
59+
roles:
60+
- { role: conga-maven,
61+
conga_maven_git_repo: "https://github.com/wcm-io-devops/conga.git",
62+
conga_maven_git_branch: master,
63+
conga_maven_root: example }
6464

6565
2) Generate CONGA configuration for environment `dev` from local directory `config-definition`:
6666

67-
- hosts: localhost
68-
vars:
69-
conga_environment: dev
70-
roles:
71-
- { role: conga-maven,
72-
conga_basedir: config-definition }
67+
- hosts: localhost
68+
vars:
69+
conga_environment: dev
70+
roles:
71+
- { role: conga-maven,
72+
conga_basedir: config-definition }

0 commit comments

Comments
 (0)