Merge "Use config_template as a collection"

This commit is contained in:
Zuul 2021-12-02 10:28:58 +00:00 committed by Gerrit Code Review
commit a49b5544f1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
- systemd-service
- name: Place the systemd service
config_template:
openstack.config_template.config_template:
src: "systemd-service.j2"
dest: "/etc/systemd/system/{{ item.service_name | replace(' ', '_') }}.service"
mode: "0644"