2
0
This commit is contained in:
2024-06-06 18:07:41 +02:00
parent 7e82667daf
commit db26680a71

View File

@@ -7,8 +7,7 @@
- name: Update packages with apt
when: ansible_pkg_mgr == 'apt'
become: true
become_method: sudo
ansible.builtin.apt:
apt:
update_cache: true
- name: Upgrade packages with apt