mirror of
https://github.com/status-im/infra-nimbus.git
synced 2025-02-21 18:08:08 +00:00
ansible/upgrade: add missing become=true
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
1c472b5d29
commit
1f4483748b
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: Update and upgrade apt packages
|
- name: Update and upgrade apt packages
|
||||||
gather_facts: false
|
gather_facts: false
|
||||||
|
become: true
|
||||||
hosts: all
|
hosts: all
|
||||||
serial: 1
|
serial: 1
|
||||||
tasks:
|
tasks:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user