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