ansible/upgrade: add missing become=true

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2024-04-24 08:59:55 +02:00
parent 1c472b5d29
commit 1f4483748b
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4

View File

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