diff --git a/.drone.jsonnet b/.drone.jsonnet index b3d4b2c..2ed5012 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -72,6 +72,7 @@ local PipelineDocumentation = { ANSIBLE_DOCTOR_FORCE_OVERWRITE: true, ANSIBLE_DOCTOR_EXCLUDE_FILES: 'molecule/', ANSIBLE_DOCTOR_TEMPLATE: 'hugo-book', + ANSIBLE_DOCTOR_ROLE_NAME: '${DRONE_REPO_NAME#*.}', ANSIBLE_DOCTOR_OUTPUT_DIR: '_docs/', }, }, diff --git a/.drone.yml b/.drone.yml index 5555fb3..e0b3c9b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -69,6 +69,7 @@ steps: ANSIBLE_DOCTOR_FORCE_OVERWRITE: true ANSIBLE_DOCTOR_LOG_LEVEL: INFO ANSIBLE_DOCTOR_OUTPUT_DIR: _docs/ + ANSIBLE_DOCTOR_ROLE_NAME: ${DRONE_REPO_NAME#*.} ANSIBLE_DOCTOR_TEMPLATE: hugo-book - name: publish @@ -146,6 +147,6 @@ depends_on: --- kind: signature -hmac: 39adbbaec70a870f95d8e8851bfae5bec89296b31423f89f664307e5da74b12f +hmac: 54c03bef9fcdcb90520c7158b9978e57019775b69753918b1a8adb284f4ed051 ... diff --git a/meta/main.yml b/meta/main.yml index 8bb74f1..a411546 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -3,7 +3,7 @@ galaxy_info: # @meta author:value: [xoxys](https://gitea.rknet.org/xoxys) author: xoxys - description: Role to setup Bitwarden passsword save + description: Role to setup Bitwarden passsword safe license: MIT min_ansible_version: 2.4 platforms: