Add feature: new custom instructions

This commit is contained in:
Emilien Mantel
2015-12-09 17:06:59 +01:00
parent 05cb864c7c
commit e0bb5e2752
5 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#
# {{ ansible_managed }}
#
{% for i in nginx_custom_http %}
{{ i }}
{% endfor %}