From 3f125e3e37e25ae6ab12a9c14c4f89db19eac710 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 24 Apr 2024 15:48:48 -0400 Subject: [PATCH] Checkout tripleo operators from latest commit The repo was retired, so we need to checkout the latest commit before it gets empty. --- playbooks/roles/operators/tasks/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/roles/operators/tasks/main.yaml b/playbooks/roles/operators/tasks/main.yaml index f5f98ef..142df3f 100644 --- a/playbooks/roles/operators/tasks/main.yaml +++ b/playbooks/roles/operators/tasks/main.yaml @@ -19,7 +19,8 @@ dest: ~/.ansible/tripleo-operator-ansible repo: https://opendev.org/openstack/tripleo-operator-ansible update: "{{ update_operator | bool }}" - version: master + # Upstream repo has been retired, this is the latest commit + version: e1abb34ef8eddaebaee63012730b5c65ca731c24 - name: Build operator collection # noqa no-handler no-changed-when tags: always