Update 'update.yml'
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
- hosts: all
|
||||
become: yes
|
||||
become_method: sudo
|
||||
tasks:
|
||||
- name: update apt list
|
||||
become: yes
|
||||
apt:
|
||||
update_cache: yes
|
||||
- name: Update and upgrade apt packages
|
||||
apt:
|
||||
upgrade: yes
|
||||
become: yes
|
||||
|
||||
# - hosts: all
|
||||
# become: true
|
||||
|
||||
Reference in New Issue
Block a user