Updated for 0.7.0 breaking change
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
state: directory
|
||||
loop:
|
||||
- /opt/stacks/glance
|
||||
- /opt/stacks/glance/config
|
||||
|
||||
- name: Template out the compose file
|
||||
ansible.builtin.template:
|
||||
@ -15,7 +16,7 @@
|
||||
- name: Template out the config file
|
||||
ansible.builtin.template:
|
||||
src: glance.yml.j2
|
||||
dest: /opt/stacks/glance/glance.yml
|
||||
dest: /opt/stacks/glance/config/glance.yml
|
||||
owner: root
|
||||
mode: '0644'
|
||||
notify: restart glance
|
||||
|
Reference in New Issue
Block a user