mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 15:15:29 +02:00
ansible-playbook: fix typo
This commit is contained in:
parent
873d2102eb
commit
12bb6f2449
1 changed files with 1 additions and 1 deletions
|
@ -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}}"`
|
||||
|
|
Loading…
Add table
Reference in a new issue