diff --git a/tasks/rally_post_install.yml b/tasks/rally_post_install.yml index 1babf06..45970dd 100644 --- a/tasks/rally_post_install.yml +++ b/tasks/rally_post_install.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Drop Rally config - config_template: + openstack.config_template.config_template: src: "rally.conf.j2" dest: "{{ rally_etc_directory }}/rally.conf" owner: "{{ rally_system_user_name }}"