tools/appsre-build-worker-packer: Ansible rpmbuild debug output

This commit is contained in:
sanne 2022-01-12 16:53:28 +01:00 committed by Ondřej Budai
parent e6fd492372
commit 6b43594840

View file

@ -120,6 +120,7 @@ EOF
greenprint "📦 Building the rpms" greenprint "📦 Building the rpms"
$CONTAINER_RUNTIME run --rm \ $CONTAINER_RUNTIME run --rm \
-e ANSIBLE_DEBUG="True" \
-v "$WORKSPACE:/osbuild-composer:z" \ -v "$WORKSPACE:/osbuild-composer:z" \
"packer:$COMMIT_SHA" ansible-playbook \ "packer:$COMMIT_SHA" ansible-playbook \
-i /osbuild-composer/tools/appsre-ansible/inventory \ -i /osbuild-composer/tools/appsre-ansible/inventory \