File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,20 @@ Example Playbook
5353
54541 ) 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
65652 ) 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 }
You can’t perform that action at this time.
0 commit comments