mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-23 14:17:02 +03:00
[ansible/en]: Fix quotes in command line example
Change-Id: I46fe48764029d243b211cef04f06fdf62ea39219 Forwarded: https://github.com/adambard/learnxinyminutes-docs/pull/3729 Signed-off-by: Philippe Coval <p.coval@samsung.com>
This commit is contained in:
parent
f0eb830ebd
commit
0af4996d08
@ -513,7 +513,7 @@ $ # Now we would run the above playbook with roles
|
|||||||
You can use the jinja in the CLI too
|
You can use the jinja in the CLI too
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ansible -m shell -a 'echo {{ my_variable }}` -e 'my_variable=something, playbook_parameter=twentytwo" localhost
|
ansible -m shell -a 'echo {{ my_variable }}' -e 'my_variable=something, playbook_parameter=twentytwo' localhost
|
||||||
```
|
```
|
||||||
|
|
||||||
In fact - jinja is used to template parts of the playbooks too
|
In fact - jinja is used to template parts of the playbooks too
|
||||||
|
Loading…
Reference in New Issue
Block a user