This commit is contained in:
parent
29ac2d13a2
commit
bb6c953680
@ -72,6 +72,7 @@ local PipelineDocumentation = {
|
|||||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
|
||||||
ANSIBLE_DOCTOR_EXCLUDE_FILES: 'molecule/',
|
ANSIBLE_DOCTOR_EXCLUDE_FILES: 'molecule/',
|
||||||
ANSIBLE_DOCTOR_TEMPLATE: 'hugo-book',
|
ANSIBLE_DOCTOR_TEMPLATE: 'hugo-book',
|
||||||
|
ANSIBLE_DOCTOR_ROLE_NAME: '${DRONE_REPO_NAME#*.}',
|
||||||
ANSIBLE_DOCTOR_OUTPUT_DIR: '_docs/',
|
ANSIBLE_DOCTOR_OUTPUT_DIR: '_docs/',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -69,6 +69,7 @@ steps:
|
|||||||
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
|
||||||
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
ANSIBLE_DOCTOR_LOG_LEVEL: INFO
|
||||||
ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/
|
ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/
|
||||||
|
ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.}
|
||||||
ANSIBLE_DOCTOR_TEMPLATE: hugo-book
|
ANSIBLE_DOCTOR_TEMPLATE: hugo-book
|
||||||
|
|
||||||
- name: publish
|
- name: publish
|
||||||
@ -146,6 +147,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 39adbbaec70a870f95d8e8851bfae5bec89296b31423f89f664307e5da74b12f
|
hmac: 54c03bef9fcdcb90520c7158b9978e57019775b69753918b1a8adb284f4ed051
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
# @meta author:value: [xoxys](https://gitea.rknet.org/xoxys)
|
||||||
author: xoxys <mail@geeklabor.de>
|
author: xoxys <mail@geeklabor.de>
|
||||||
description: Role to setup Bitwarden passsword save
|
description: Role to setup Bitwarden passsword safe
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: 2.4
|
min_ansible_version: 2.4
|
||||||
platforms:
|
platforms:
|
||||||
|
Loading…
Reference in New Issue
Block a user