From 0c771715d01387cba39bc278526bf797e7c78f96 Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Fri, 13 Feb 2026 21:44:27 +0100 Subject: [PATCH] new update playbook --- update.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 update.yml diff --git a/update.yml b/update.yml new file mode 100644 index 0000000..e9fb41d --- /dev/null +++ b/update.yml @@ -0,0 +1,5 @@ +- name: Update RPM-Ostree Systems + hosts: all + tasks: + - name: rpm-ostree Upgrade + ansible.posix.rpm_ostree_upgrade: