2
0

add sudo privileges

This commit is contained in:
2024-06-06 17:23:46 +02:00
parent 9730b244da
commit 0bbed8d356

View File

@@ -1,6 +1,7 @@
--- ---
- name: Update and upgrade apt packages - name: Update and upgrade apt packages
hosts: all hosts: all
become: true
tasks: tasks:
- name: Update packages with apt - name: Update packages with apt