From 1b6986ba69064355017e38ccfa1e7c7f926d1d0c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 8 Sep 2020 20:10:24 +0200 Subject: add aptly repo --- roles/apt-repo/aptly/handlers/main.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 roles/apt-repo/aptly/handlers/main.yml (limited to 'roles/apt-repo/aptly/handlers') diff --git a/roles/apt-repo/aptly/handlers/main.yml b/roles/apt-repo/aptly/handlers/main.yml new file mode 100644 index 00000000..03ed878a --- /dev/null +++ b/roles/apt-repo/aptly/handlers/main.yml @@ -0,0 +1,4 @@ +--- +- name: update apt cache + apt: + update_cache: yes -- cgit v1.2.3