From 6d2a277ccf5d600299cba1af7d56614bd1de97da Mon Sep 17 00:00:00 2001 From: Tim McGilchrist Date: Wed, 13 Sep 2023 17:32:38 +1000 Subject: [PATCH] Use ocurrent versions of obuilder and ocluster. --- roles/ocluster/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/ocluster/tasks/main.yml b/roles/ocluster/tasks/main.yml index 331800d..de7aaff 100644 --- a/roles/ocluster/tasks/main.yml +++ b/roles/ocluster/tasks/main.yml @@ -23,7 +23,7 @@ - name: Download the source from GitHub git: - repo: https://github.com/mtelvers/ocluster.git + repo: https://github.com/ocurrent/ocluster.git dest: "{{ ansible_env.HOME }}/ocluster" force: yes recursive: no @@ -31,7 +31,7 @@ - name: Download the source from GitHub git: - repo: https://github.com/mtelvers/obuilder.git + repo: https://github.com/ocurrent/obuilder.git dest: "{{ ansible_env.HOME }}/ocluster/obuilder" force: yes recursive: no