From 82d399f6d7ab879fff1989e8da74a2c36569ec24 Mon Sep 17 00:00:00 2001 From: nrbishop Date: Wed, 1 May 2024 13:44:33 -0400 Subject: [PATCH] Update update-621.yml --- update-621.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/update-621.yml b/update-621.yml index e69de29..611173e 100644 --- a/update-621.yml +++ b/update-621.yml @@ -0,0 +1,3 @@ +- name: Upgrade the OS (apt-get dist-upgrade) + ansible.builtin.apt: + upgrade: dist \ No newline at end of file