[FIX] Syntax error in JSON
This commit is contained in:
parent
6953843804
commit
1e41131da7
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- set_fact:
|
- set_fact:
|
||||||
container: '{{ nombre | urlencode | lower | regex_replace('_', '-') }}'
|
container: '{{ nombre | urlencode | lower | regex_replace("_", "-") }}'
|
||||||
|
|
||||||
# - import_playbook: lxd_profile.yml
|
# - import_playbook: lxd_profile.yml
|
||||||
|
|
||||||
|
|||||||
@ -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