feat: add hashivault_unseal module #5

Merged
xoxys merged 15 commits from add-hashivault into main 2023-07-30 10:43:37 +00:00
2 changed files with 7 additions and 1 deletions
Showing only changes of commit 11c5627037 - Show all commits

View File

@ -80,6 +80,9 @@ local PipelineUnitTest = {
os: 'linux',
arch: 'amd64',
},
workspace: {
path: '/drone/src/ansible_collections/${DRONE_REPO_NAME/./\\/}',
},
steps: [
PythonVersion(pyversion='3.8'),
PythonVersion(pyversion='3.9'),

View File

@ -41,6 +41,9 @@ platform:
os: linux
arch: amd64
workspace:
path: /drone/src/ansible_collections/${DRONE_REPO_NAME/./\/}
steps:
- name: python38-pytest
image: python:3.8
@ -279,6 +282,6 @@ depends_on:
---
kind: signature
hmac: f458850edd26300dda4a118e6c8cadffb9575528439efc6efff9f11cadb2a492
hmac: f010250793e58a47cf2a541ddfb3455ce2dd03330f31be622ca65e2fe95dbcc9
...