[FIX] Syntax error in JSON
This commit is contained in:
parent
6953843804
commit
1e41131da7
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
- set_fact:
|
||||
container: '{{ nombre | urlencode | lower | regex_replace('_', '-') }}'
|
||||
container: '{{ nombre | urlencode | lower | regex_replace("_", "-") }}'
|
||||
|
||||
# - import_playbook: lxd_profile.yml
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Tasks to be run inside the Nginx proxy container
|
||||
|
||||
- set_fact:
|
||||
container: '{{ nombre | urlencode | lower | regex_replace('_', '-') }}'
|
||||
container: '{{ nombre | urlencode | lower | regex_replace("_", "-") }}'
|
||||
|
||||
- name: Create basic Nginx config for new container
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user