From b859d5897cd8f41805408fec46ed22d79b620f5d Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov <dmitriy.rabotyagov@citynetwork.eu> Date: Tue, 30 Nov 2021 14:19:40 +0200 Subject: [PATCH] Add config_tempalte to collections Since config_tempalte is really a handy module that can be used outside of the OSA, we make it installable as collection and start using it as a collection as well. This will also bring us unambiguity about what exact module we use, since ceph-ansible have their own interpritation of config_template that they ship. Change-Id: Id52d56e387056066bfce28c781b24e8d98361ac5 --- ansible-collection-requirements.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible-collection-requirements.yml b/ansible-collection-requirements.yml index 8f0c749f19..7aaf798767 100644 --- a/ansible-collection-requirements.yml +++ b/ansible-collection-requirements.yml @@ -2,6 +2,9 @@ collections: - name: https://opendev.org/openstack/ansible-collections-openstack version: 1.5.3 type: git + - name: https://opendev.org/openstack/ansible-config_template + version: 1.2.1 + type: git - name: https://github.com/ansible-collections/community.general version: 4.0.1 type: git