always be missing quotes
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
- name: Create olm config directory
|
- name: Create olm config directory
|
||||||
file:
|
file:
|
||||||
path: {{ olm_config_path }}
|
path: "{{ olm_config_path }}"
|
||||||
state: directory
|
state: directory
|
||||||
mode: '0700'
|
mode: '0700'
|
||||||
owner: root
|
owner: root
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
- name: Create olm config file
|
- name: Create olm config file
|
||||||
template:
|
template:
|
||||||
src: templates/config.json.j2
|
src: templates/config.json.j2
|
||||||
dest: {{ olm_config_path}}/config.json
|
dest: "{{ olm_config_path}}/config.json"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0600'
|
mode: '0600'
|
||||||
|
|||||||
Reference in New Issue
Block a user