tasklevel become

master
alecsandru 9 months ago
parent 29c5e82c50
commit 457ad87ea3
  1. 2
      update.yml

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