From 03a328a26afe76ce8665e9866225a0311ff11718 Mon Sep 17 00:00:00 2001 From: sebclem Date: Mon, 20 Jan 2025 15:12:28 +0100 Subject: [PATCH] Update .github/workflows/ansible.yml --- .github/workflows/ansible.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 7311b82..b82980f 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -13,6 +13,11 @@ on: type: string tags: type: string + secrets: + VAULT_TOKEN: + required: false + ANSIBLE_PRIVATE_KEY: + required: false jobs: ansible: