master
alecsandru 9 months ago
parent bceab1f35f
commit cfd4fe87ff
  1. 5
      update.yml

@ -1,10 +1,13 @@
- hosts: all - hosts: all
become: true become: true
tasks: tasks:
- name: update apt list
become: yes
apt:
update_cache: yes
- name: Update and upgrade apt packages - name: Update and upgrade apt packages
apt: apt:
upgrade: yes upgrade: yes
update_cache: yes
become: yes become: yes
# - hosts: all # - hosts: all

Loading…
Cancel
Save