ansible-modules: fix variables

This commit is contained in:
Rico Sta. Cruz 2017-10-03 02:01:05 +08:00
parent 2a0526bd84
commit f0ded6b3a3
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ prism_languages: [yaml]
updated: 2017-10-03 updated: 2017-10-03
--- ---
{% raw %}
### Aptitude ### Aptitude
#### Packages #### Packages
@ -113,3 +115,5 @@ updated: 2017-10-03
- debug: - debug:
msg: "Hello {{ var }}" msg: "Hello {{ var }}"
``` ```
{% endraw %}