Update hatarashi-pasokom.yaml
Some checks failed
Ansible Deploy / deploy (push) Has been cancelled

This commit is contained in:
2023-11-24 08:50:07 +02:00
parent 84435dfd35
commit 4e43f09a0e

View File

@@ -4,7 +4,7 @@
become: yes
vars:
ansible_ssh_common_args: '-o StrictHostKeyChecking=no'
ansible_sudo_pass: "${{ secrets.SUDO_PASS }}"
ansible_sudo_pass: "${{ ANSIBLE_SUDO_PASS }}"
tasks:
- name: Update all installed packages using APT module