Update 'update.yml'

master
alecsandru 9 months ago
parent ceae92196b
commit eb6b65e44a
  1. 3
      update.yml

@ -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

Loading…
Cancel
Save