diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-08-29 19:26:22 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-08-29 19:26:22 +0200 |
commit | 40354757db45bc519282f410976b20cfc463f184 (patch) | |
tree | 99822eda7d431f78c5f0ae1843658be39152baef /roles/common | |
parent | 22f38756dd298a4e45149ecc2dbc68d7ed1deb46 (diff) |
Use update-cache instead of running apt-get update manually
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index e39e0c2..3bcffb7 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -1,7 +1,4 @@ --- -- name: Ensure apt is recent - shell: apt-get update - # General setup for my hosts - name: Install common packages apt: name={{ item }} state=present |