diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-10-30 21:03:16 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:27 +0200 |
commit | e54c9bc8d96bdef1c9a5634f5cff3b66f38f487e (patch) | |
tree | 4d9949aa61723f3ddd0ac8d9db5461ad209b2a55 /roles/common/handlers | |
parent | a43183028558300268e4cf74fec9631d342c0406 (diff) |
Configure APT.
Diffstat (limited to 'roles/common/handlers')
-rw-r--r-- | roles/common/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |