[FIX] Syntax error in task
This commit is contained in:
parent
8d8ce8a06a
commit
f2e76af503
@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user