fix ansible-galaxy execution
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2023-01-30 16:48:36 +01:00
parent f1fe758f91
commit bc84ab20ea
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ steps:
- 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/
- name: checksum
image: alpine
@ -226,6 +226,6 @@ depends_on:
---
kind: signature
hmac: e13ec0f71bb6c29530344335056ad14820d4028a28e6e74b40de0db2afbfe568
hmac: 73306cf1a763c7ef338c1418bf53fc5155fe5f0681ede8b9c93dbd245e560194
...