From 6435f1772d65fa0d8b2ac9c999f347dcf241a3ce Mon Sep 17 00:00:00 2001 From: shmick Date: Fri, 24 Nov 2023 08:52:21 +0200 Subject: [PATCH] I am so stupid all of the days --- .gitea/workflows/hatarashi-pasokom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hatarashi-pasokom.yaml b/.gitea/workflows/hatarashi-pasokom.yaml index fc9dbf6..8754652 100644 --- a/.gitea/workflows/hatarashi-pasokom.yaml +++ b/.gitea/workflows/hatarashi-pasokom.yaml @@ -36,4 +36,4 @@ jobs: - name: Run Ansible Playbook run: | - ansible-playbook -i inventory.yaml -e '-e 'ANSIBLE_SUDO_PASS="${{ secrets.SUDO_PASS }}"' hatarashi-pasokom.yaml + ansible-playbook -i inventory.yaml -e 'ANSIBLE_SUDO_PASS="${{ secrets.SUDO_PASS }}"' hatarashi-pasokom.yaml