From d7fb136d7d752aef8a100854f265d984f79c2ff0 Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Fri, 4 Sep 2015 02:07:14 +0200 Subject: Use s3 to backup/restore git --- roles/common/tasks/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'roles/common/tasks') 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 -- cgit v1.2.1