From 40509100f3e8bd1858cf50726313cb3a935c183b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 30 Nov 2021 15:17:28 +0200 Subject: [PATCH] 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. Change-Id: I4c5c6a836b40805938735bc9c0d8d4d60d23ab61 (cherry picked from commit 17fb9cdc9385ce2d0a1c5ced1e541ac7319c0c33) --- meta/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/main.yml b/meta/main.yml index d862e955..d2c85b5d 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -40,4 +40,8 @@ galaxy_info: - tempest - development - openstack + +collections: + - openstack.config_template + dependencies: []