From f4e7e2119520ebba15c3f75703420518201d3285 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 22 Jun 2022 10:29:17 +0200 Subject: [PATCH] Fix tasks name for collections bootstrap Change-Id: I73ebad9b5be124bb58a6f67e5f164e25f8f23688 --- scripts/get-ansible-collection-requirements.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/get-ansible-collection-requirements.yml b/scripts/get-ansible-collection-requirements.yml index afa1f5938c..e71108fa73 100644 --- a/scripts/get-ansible-collection-requirements.yml +++ b/scripts/get-ansible-collection-requirements.yml @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -- name: Clone the role ansible-role-requirements +- name: Clone collections ansible-collection-requirements hosts: localhost connection: local user: root @@ -47,7 +47,7 @@ when: - user_collections.collections is defined - - name: Check the Zuul src dir for cloned roles + - name: Check the Zuul src dir for cloned collections stat: path: "{{ zuul_src_path }}/{{ item.name.split('/')[-3:] | join('/') }}" get_attributes: no