From 64dfd20134ee028cc865745d8d8bfec31299ff0a Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 Dec 2023 14:49:09 +0100 Subject: initial commit --- roles/apt/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/apt/handlers/main.yml (limited to 'roles/apt/handlers/main.yml') diff --git a/roles/apt/handlers/main.yml b/roles/apt/handlers/main.yml new file mode 100644 index 0000000..b2e42b0 --- /dev/null +++ b/roles/apt/handlers/main.yml @@ -0,0 +1,3 @@ +- name: update apt + apt: + update_cache: yes -- cgit v1.2.3