always be missing quotes

This commit is contained in:
2026-01-26 16:13:10 -07:00
parent 3213671967
commit bc66483ff7

View File

@@ -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'