diff --git a/.drone.jsonnet b/.drone.jsonnet index a427ec2..8cd43db 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -95,7 +95,7 @@ local PipelineBuild = { 'pip install poetry -qq', 'poetry config experimental.new-installer false', 'poetry install', - 'ansible-galaxy collection build --output-path dist/', + 'poetry run ansible-galaxy collection build --output-path dist/', ], }, {