trying to fix openscap

This commit is contained in:
ipvsean
2020-03-05 14:40:02 -05:00
parent 169832ad79
commit e3b84a8b87
3 changed files with 11 additions and 13 deletions

View File

@@ -31,7 +31,7 @@ ansible-playbook playbooks/install_demo.yml -e @choose_demo.yml
<td><pre>demo: {{key}}</pre></td>
<td>{{value.description}}</td>
<td>{% if value.video is defined%}<a href="{{ value.video}}">Video Link</a>{% else %}Not available {% endif %}</td>
<td>{{value.workshop_type|to_nice_yaml}}</td>
<td><ul>{% for workshop in value.workshop_type %}<li>{{workshop}}</li></ul>{% endfor %}</td>
</tr>
{% endfor %}
</table>