From 9f32dada69a9d2c53429f183343cf97350c45f23 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Thu, 19 Oct 2023 09:44:31 +0200 Subject: [PATCH] Rename per role filters files Related to ansible-core bug [1]. [1]: https://github.com/ansible/ansible/issues/81945 Change-Id: Idede07a5f0fd1a3ee63e1c54a263e358e95b3a86 (cherry picked from commit 0386f54ff68fc453f78447002b4ffc382babbf4c) --- .../common/filter_plugins/{filters.py => kolla_common_filters.py} | 0 .../filter_plugins/{filters.py => kolla_nova_cell_filters.py} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename ansible/roles/common/filter_plugins/{filters.py => kolla_common_filters.py} (100%) rename ansible/roles/nova-cell/filter_plugins/{filters.py => kolla_nova_cell_filters.py} (100%) diff --git a/ansible/roles/common/filter_plugins/filters.py b/ansible/roles/common/filter_plugins/kolla_common_filters.py similarity index 100% rename from ansible/roles/common/filter_plugins/filters.py rename to ansible/roles/common/filter_plugins/kolla_common_filters.py diff --git a/ansible/roles/nova-cell/filter_plugins/filters.py b/ansible/roles/nova-cell/filter_plugins/kolla_nova_cell_filters.py similarity index 100% rename from ansible/roles/nova-cell/filter_plugins/filters.py rename to ansible/roles/nova-cell/filter_plugins/kolla_nova_cell_filters.py