Skip to content

Instantly share code, notes, and snippets.

View lamafab's full-sized avatar

Fabio Lama lamafab

  • Switzerland
  • 07:28 (UTC +02:00)
View GitHub Profile
@kiview
kiview / upgrade.yml
Last active November 3, 2023 12:52
Ubuntu upgrade with Ansible
---
- hosts:
- all
become: true
tasks:
- name: Update apt cache
apt: update_cache=yes
- name: Upgrade packages
apt: upgrade=dist