Use config_template as a collection

Since we still use ceph-ansible that has their own implementation of
config_template module it's worth to use mentioned module as a collection
explicitly.

Depends-On: https://review.opendev.org/c/openstack/openstack-ansible/+/819814



Change-Id: I9fa37f5f781b8529874daa6deffbd47de75e28fa
This commit is contained in:
Dmitriy Rabotyagov 2021-11-30 15:17:24 +02:00 committed by Dmitriy Rabotyagov
parent 1a7f8b2a57
commit 1310490cbd
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License. # limitations under the License.
- name: Implement policy.yaml if there are overrides configured - name: Implement policy.yaml if there are overrides configured
config_template: openstack.config_template.config_template:
dest: /etc/octavia/policy.yaml dest: /etc/octavia/policy.yaml
owner: "{{ octavia_system_user_name }}" owner: "{{ octavia_system_user_name }}"
group: "{{ octavia_system_group_name }}" group: "{{ octavia_system_group_name }}"

View File

@ -130,7 +130,7 @@
octavia_amp_image_owner_id: "{{ get_project_info.openstack_projects[0].id }}" octavia_amp_image_owner_id: "{{ get_project_info.openstack_projects[0].id }}"
- name: Drop octavia Config(s) - name: Drop octavia Config(s)
config_template: openstack.config_template.config_template:
src: "{{ item.src }}" src: "{{ item.src }}"
dest: "{{ item.dest }}" dest: "{{ item.dest }}"
owner: "{{ octavia_system_user_name }}" owner: "{{ octavia_system_user_name }}"