From e54c9bc8d96bdef1c9a5634f5cff3b66f38f487e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 30 Oct 2013 21:03:16 +0100 Subject: Configure APT. --- roles/common/handlers/main.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'roles/common/handlers') diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index e42534c..c1f9137 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -1,3 +1,6 @@ --- - name: Refresh hostname service: name=hostname.sh state=restarted + +- name: apt-get update + apt: update_cache=yes -- cgit v1.2.3