Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 163 Bytes

update_upgrade_task.md

File metadata and controls

9 lines (8 loc) · 163 Bytes

Update and Upgrade apt packages task - Solution

- name: "update and upgrade apt packages."
  become: yes
  apt:
    upgrade: yes
    update_cache: yes