From 96e532b85ac94e9e596535570780bab5770f5e54 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 9 Jan 2024 08:46:04 +0100 Subject: [PATCH] Don't enable RH Cloud CLI yet, it is only available in 3.9+ Fixes: 6b9d5ec079d8080eb93c14574a428f42eab04584 --- pipelines/vars/forklift_luna.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pipelines/vars/forklift_luna.yml b/pipelines/vars/forklift_luna.yml index 61d18c187..5d5710279 100644 --- a/pipelines/vars/forklift_luna.yml +++ b/pipelines/vars/forklift_luna.yml @@ -46,7 +46,8 @@ server_box: - "--enable-foreman-proxy-plugin-remote-execution-script" - "--foreman-proxy-plugin-remote-execution-script-install-key=true" - - "--enable-foreman-cli-rh-cloud" + # Don't enable RH Cloud CLI yet, it is only available in 3.9+ + # - "--enable-foreman-cli-rh-cloud" - "--enable-foreman-plugin-rh-cloud" - "--enable-foreman-cli-tasks"