2
0

changed to command line

This commit is contained in:
2024-06-06 18:04:39 +02:00
parent bb9472399d
commit aa51dccd64

View File

@@ -15,8 +15,7 @@
when: ansible_pkg_mgr == 'apt'
become: true
become_method: sudo
ansible.builtin.apt:
upgrade: dist
command: sudo apt-get upgrade -y
- name: Update packages with yum
when: ansible_pkg_mgr == 'yum'