From 84435dfd35166218bdac67a87030614f60e46b4e Mon Sep 17 00:00:00 2001 From: shmick Date: Fri, 24 Nov 2023 08:48:10 +0200 Subject: [PATCH] This isn't actually needed? --- hatarashi-pasokom.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hatarashi-pasokom.yaml b/hatarashi-pasokom.yaml index 27a87cf..37aba17 100644 --- a/hatarashi-pasokom.yaml +++ b/hatarashi-pasokom.yaml @@ -4,7 +4,7 @@ become: yes vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' - ansible_sudo_pass: "{{ ANSIBLE_SUDO_PASS }}" + ansible_sudo_pass: "${{ secrets.SUDO_PASS }}" tasks: - name: Update all installed packages using APT module