From 995f6374ef09e0a50c654371f921bbbda70fecd9 Mon Sep 17 00:00:00 2001 From: VC Date: Wed, 26 Mar 2025 13:12:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8:=20fix=20lint=20for=20Ansible=20Va?= =?UTF-8?q?ult?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 31de0fa..caef7f4 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -12,6 +12,8 @@ jobs: uses: actions/checkout@v4 - name: Run yamllint uses: frenck/action-yamllint@v1 + - name: Create fake ansible-vault + runs: touch ~/.ansible-vault - name: Run ansible-lint uses: ansible/ansible-lint@main with: