This isn't actually needed?
Some checks failed
Ansible Deploy / deploy (push) Failing after 55s

This commit is contained in:
2023-11-24 08:48:10 +02:00
parent 6b0bf9fa69
commit 84435dfd35

View File

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