This commit is contained in:
@@ -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: "${{ secrets.SUDO_PASS }}"
|
ansible_sudo_pass: "${{ ANSIBLE_SUDO_PASS }}"
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Update all installed packages using APT module
|
- name: Update all installed packages using APT module
|
||||||
|
|||||||
Reference in New Issue
Block a user