Skip to content

Commit

Permalink
Enable syntax highlighting for defaults/main.yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ypid committed Aug 11, 2015
1 parent 66fe53b commit 1fbdcf7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions ansigenome/data/README.md.j2
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ in a production environment.

This role requires at least Ansible{% if galaxy_info.min_ansible_version is defined and galaxy_info.min_ansible_version %} `v{{ galaxy_info.min_ansible_version }}`{% endif %}. To install it, run:

ansible-galaxy install {{ role.galaxy_name }}
```Shell
ansible-galaxy install {{ role.galaxy_name }}
```
{% endblock %}
{% endif %}

Expand All @@ -51,7 +53,9 @@ This role requires at least Ansible{% if galaxy_info.min_ansible_version is defi

List of default variables available in the inventory:

{{ ansigenome_info.defaults | trim | indent(4, true) }}
```YAML
{{ ansigenome_info.defaults | trim }}
```
{% endif %}

{% if ansigenome_info.facts is defined and ansigenome_info.facts %}
Expand Down

0 comments on commit 1fbdcf7

Please sign in to comment.