upgrade to molecule v3
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-02-21 00:46:35 +01:00
parent 48b45229e4
commit 119fe4cbc1
2 changed files with 7 additions and 7 deletions

View File

@ -8,7 +8,7 @@ local PipelineLinting = {
steps: [
{
name: 'ansible-later',
image: 'xoxys/ansible-later:latest',
image: 'xoxys/ansible-later',
commands: [
'ansible-later',
],
@ -29,7 +29,7 @@ local PipelineDocumentation = {
steps: [
{
name: 'generate',
image: 'xoxys/ansible-doctor:latest',
image: 'xoxys/ansible-doctor',
environment: {
ANSIBLE_DOCTOR_LOG_LEVEL: 'INFO',
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true,
@ -41,7 +41,7 @@ local PipelineDocumentation = {
},
{
name: 'publish',
image: 'plugins/gh-pages:latest',
image: 'plugins/gh-pages',
settings: {
remote_url: 'https://gitea.rknet.org/ansible/xoxys.ucs',
netrc_machine: 'gitea.rknet.org',

View File

@ -8,7 +8,7 @@ platform:
steps:
- name: ansible-later
image: xoxys/ansible-later:latest
image: xoxys/ansible-later
commands:
- ansible-later
@ -28,7 +28,7 @@ platform:
steps:
- name: generate
image: xoxys/ansible-doctor:latest
image: xoxys/ansible-doctor
environment:
ANSIBLE_DOCTOR_EXCLUDE_FILES: molecule/
ANSIBLE_DOCTOR_FORCE_OVERWRITE: true
@ -38,7 +38,7 @@ steps:
ANSIBLE_DOCTOR_TEMPLATE: hugo-book
- name: publish
image: plugins/gh-pages:latest
image: plugins/gh-pages
settings:
netrc_machine: gitea.rknet.org
pages_directory: _docs/
@ -112,6 +112,6 @@ depends_on:
---
kind: signature
hmac: 1f872e277fa682e530d0d50af668be7bee913660d09faeb29c389862eff5728b
hmac: 678ee7f68bc3a45b519749cc9ef2b84740299fc33e34483ec599772bf0387d68
...