2
0

remove becom_method

This commit is contained in:
2024-06-06 18:04:59 +02:00
parent aa51dccd64
commit 7e82667daf

View File

@@ -14,7 +14,6 @@
- name: Upgrade packages with apt
when: ansible_pkg_mgr == 'apt'
become: true
become_method: sudo
command: sudo apt-get upgrade -y
- name: Update packages with yum