From b0293b89e78e6cb6ad814bf41e7fd0bb79757ff6 Mon Sep 17 00:00:00 2001 From: Pablo Date: Thu, 26 Mar 2020 10:12:10 +0100 Subject: [PATCH] INF-176: Ubuntu needs their package repository to be refreshed. --- tasks/install.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/install.yml b/tasks/install.yml index 66e8cd6..4f226ce 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -1,4 +1,9 @@ --- +- name: Update repository information in Ubuntu + apt: + cache_valid_time: 3600 + when: ansible_distribution == 'Ubuntu' + - name: Install strongswan package: name: