diff --git a/tasks/gnocchi_post_install.yml b/tasks/gnocchi_post_install.yml index 4d5f23e..0aa05d6 100644 --- a/tasks/gnocchi_post_install.yml +++ b/tasks/gnocchi_post_install.yml @@ -23,7 +23,7 @@ register: _git_file_fetch - name: Copy gnocchi configuration files - config_template: + openstack.config_template.config_template: content: "{{ item.content | default(omit) }}" src: "{{ item.src | default(omit) }}" dest: "{{ item.dest }}"