summaryrefslogtreecommitdiff
path: root/roles/common/tasks/main.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/common/tasks/main.yaml')
-rw-r--r--roles/common/tasks/main.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml
index 3bcffb7..73b5039 100644
--- a/roles/common/tasks/main.yaml
+++ b/roles/common/tasks/main.yaml
@@ -1,8 +1,9 @@
---
# General setup for my hosts
- name: Install common packages
- apt: name={{ item }} state=present
+ apt: name={{ item }} state=present update_cache=yes
with_items:
+ - git
- htop
- mtr
- ntp