From 7684db7eaf9becdec5d9b881122e0294c94f665d Mon Sep 17 00:00:00 2001 From: sebclem Date: Mon, 20 Jan 2025 15:16:50 +0100 Subject: [PATCH] Update .github/workflows/ansible.yml --- .github/workflows/ansible.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index b82980f..b195811 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -13,6 +13,9 @@ on: type: string tags: type: string + run_playbook: + type: boolean + required: true secrets: VAULT_TOKEN: required: false