From fce6e01778501949dcca9792037d7dad84a1ab27 Mon Sep 17 00:00:00 2001 From: thegeeklab-bot Date: Tue, 12 Mar 2024 20:02:33 +0000 Subject: [PATCH] [skip ci] auto-update documentation --- content/_index.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/_index.md b/content/_index.md index 8e2d15f..d6170f9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -21,9 +21,6 @@ Woodpecker CI plugin to manage infrastructure with [Ansible](https://github.com/ ## Usage ```YAML -kind: pipeline -name: default - steps: - name: ansible image: quay.io/thegeeklab/wp-ansible @@ -59,5 +56,10 @@ docker build --file Containerfile.multiarch --tag thegeeklab/wp-ansible . ## Test ```Shell - +docker run --rm \ + -e PLUGIN_PLAYBOOK=deployment/playbook.yml \ + -e PLUGIN_SYNTAX_CHECK=true \ + -v $(pwd):/build:z \ + -w /build \ + thegeeklab/wp-ansible ```