tasklevel become

This commit is contained in:
2024-05-02 15:23:01 +00:00
parent 29c5e82c50
commit 457ad87ea3

View File

@@ -1,8 +1,8 @@
---
- hosts: all
become: true
tasks:
- name: Update Ubuntu
become: true
apt:
upgrade: true
update_cache: true