[FIX] Syntax error in task

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-09-29 23:13:14 -05:00
parent 8d8ce8a06a
commit f2e76af503

View File

@ -2,7 +2,7 @@
# Tasks to be run inside the Nginx proxy container # Tasks to be run inside the Nginx proxy container
- set_fact: - set_fact:
container: '{{ nombre | urlencode | lower | regex_replace("_", "-") }}' container: '{{ nombre | urlencode | lower | regex_replace("_", "-") }}'
- name: Create basic Nginx config for new container - name: Create basic Nginx config for new container
template: template: