diff --git a/tasks/systemd_mounts.yml b/tasks/systemd_mounts.yml index 4959cf5..b8f81e9 100644 --- a/tasks/systemd_mounts.yml +++ b/tasks/systemd_mounts.yml @@ -51,7 +51,7 @@ - "'credentials' in item" - name: Create systemd mount services(s) - config_template: + openstack.config_template.config_template: src: "systemd-mount.j2" dest: "/etc/systemd/system/{{ mount_service_name.stdout }}" owner: "root"