From 0e54e27ca10a7481f962d99e3c795a5840718221 Mon Sep 17 00:00:00 2001 From: shmick Date: Fri, 24 Nov 2023 09:15:50 +0200 Subject: [PATCH] Oh my fucking god --- hatarashi-pasokom.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hatarashi-pasokom.yaml b/hatarashi-pasokom.yaml index 136fadf..9b82992 100644 --- a/hatarashi-pasokom.yaml +++ b/hatarashi-pasokom.yaml @@ -4,11 +4,7 @@ become: yes vars: ansible_ssh_common_args: '-o StrictHostKeyChecking=no' - ansible_sudo_pass: "${{ ANSIBLE_SUDO_PASS }}" - - tasks: - - debug: - msg: "Pass: ${{ ANSIBLE_SUDO_PASS }}" + ansible_sudo_pass: "{{ ANSIBLE_SUDO_PASS }}" - name: Update all installed packages using APT module ansible.builtin.apt: