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/subdap/tasks | |
parent | 22f38756dd298a4e45149ecc2dbc68d7ed1deb46 (diff) |
Use update-cache instead of running apt-get update manually
Diffstat (limited to 'roles/subdap/tasks')
-rw-r--r-- | roles/subdap/tasks/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/subdap/tasks/main.yaml b/roles/subdap/tasks/main.yaml index 6375e6e..4d79aa1 100644 --- a/roles/subdap/tasks/main.yaml +++ b/roles/subdap/tasks/main.yaml @@ -1,5 +1,5 @@ --- -- apt: name={{ item }} state=present +- apt: name={{ item }} state=present update_cache=yes with_items: - git - python-ldap |