summaryrefslogtreecommitdiff
path: root/roles/xinetd/tasks/main.yaml
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-08-29 19:26:22 +0200
committerChristian Franke <nobody@nowhere.ws>2015-08-29 19:26:22 +0200
commit40354757db45bc519282f410976b20cfc463f184 (patch)
tree99822eda7d431f78c5f0ae1843658be39152baef /roles/xinetd/tasks/main.yaml
parent22f38756dd298a4e45149ecc2dbc68d7ed1deb46 (diff)
Use update-cache instead of running apt-get update manually
Diffstat (limited to 'roles/xinetd/tasks/main.yaml')
-rw-r--r--roles/xinetd/tasks/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/xinetd/tasks/main.yaml b/roles/xinetd/tasks/main.yaml
index 44a7678..c493aa6 100644
--- a/roles/xinetd/tasks/main.yaml
+++ b/roles/xinetd/tasks/main.yaml
@@ -1,3 +1,3 @@
# Setup Xinetd
- name: Install Xinetd
- apt: name=xinetd state=present
+ apt: name=xinetd state=present update_cache=yes