ansible-playbook: fix typo

coverage
OrBaruk 2017-10-26 18:29:17 -02:00 committed by GitHub
parent 873d2102eb
commit 12bb6f2449
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@
`ansible-playbook {{playbook}} -e "{{variable1}}={{value1}} {{variable2}}={{value2}}"`
- Run tasks in playbook with extra variables defined on a json file:
- Run tasks in playbook with extra variables defined in a json file:
`ansible-playbook {{playbook}} -e "@{{variables.json}}"`