From bb87fa6a28848447e43491eaeff026163ca76191 Mon Sep 17 00:00:00 2001 From: nono Date: Wed, 16 Oct 2024 19:37:26 +0000 Subject: [PATCH] Ajouter tasks/setup-debian.yml --- tasks/setup-debian.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tasks/setup-debian.yml diff --git a/tasks/setup-debian.yml b/tasks/setup-debian.yml new file mode 100644 index 0000000..125b836 --- /dev/null +++ b/tasks/setup-debian.yml @@ -0,0 +1,6 @@ +-- + +- name: Update all packages to their latest version + ansible.builtin.apt: + name: "*" + state: latest