mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 09:44:24 +02:00
Merge pull request #3729 from TizenTeam/sandbox/rzr/review/master
[ansible/en]: Fix quotes in command line example
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user