From 647b64b05916a7bb6ea2bddbc7337883bec607e0 Mon Sep 17 00:00:00 2001 From: Brooke Lew Date: Thu, 25 Jul 2024 01:55:54 +1000 Subject: [PATCH] Specify that user debugging for ansible-galaxy problems in execution environment could be done at prepend_galaxy, just before the check_galaxy script runs. --- src/ansible_builder/_target_scripts/check_galaxy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/ansible_builder/_target_scripts/check_galaxy b/src/ansible_builder/_target_scripts/check_galaxy index 9bc83f0e..8cd491c1 100755 --- a/src/ansible_builder/_target_scripts/check_galaxy +++ b/src/ansible_builder/_target_scripts/check_galaxy @@ -53,8 +53,9 @@ ERROR - 'ansible-galaxy' not functioning as expected 'ansible-galaxy' is installed, but running it returns an error. - For more information, you can try observing the output of - 'ansible-galaxy --version' in 'additional_build_steps'. + For more information, you can try adding 'ansible-galaxy --version' + to 'prepend_galaxy' in 'additional_build_steps' and observing + the output. ********************************************************************** EOF exit 1