This commit is contained in:
@@ -4,11 +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: "{{ ANSIBLE_SUDO_PASS }}"
|
||||||
|
|
||||||
tasks:
|
|
||||||
- debug:
|
|
||||||
msg: "Pass: ${{ ANSIBLE_SUDO_PASS }}"
|
|
||||||
|
|
||||||
- name: Update all installed packages using APT module
|
- name: Update all installed packages using APT module
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
|
|||||||
Reference in New Issue
Block a user