Update hatarashi-pasokom.yaml
Some checks failed
Ansible Deploy / deploy (push) Failing after 14m59s
Some checks failed
Ansible Deploy / deploy (push) Failing after 14m59s
This commit is contained in:
@@ -5,7 +5,8 @@
|
|||||||
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:
|
||||||
- name: Update all installed packages using APT module
|
- name: Update all installed packages using APT module
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
name: '*'
|
name: '*'
|
||||||
|
|||||||
Reference in New Issue
Block a user