This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user