Oh my fucking god
Some checks failed
Ansible Deploy / deploy (push) Failing after 56s

This commit is contained in:
2023-11-24 09:15:50 +02:00
parent c4bf69b679
commit 0e54e27ca1

View File

@@ -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: