diff options
author | Christian Franke <nobody@nowhere.ws> | 2015-09-04 02:07:14 +0200 |
---|---|---|
committer | Christian Franke <nobody@nowhere.ws> | 2015-09-04 02:07:14 +0200 |
commit | d7fb136d7d752aef8a100854f265d984f79c2ff0 (patch) | |
tree | 4e7479537888a5c3ebae398bb5a106c9b47877e9 /roles/common | |
parent | dd37acbfbd5a0c8db622a9ffae7c81e96b6b036a (diff) |
Use s3 to backup/restore git
Diffstat (limited to 'roles/common')
-rw-r--r-- | roles/common/tasks/main.yaml | 3 |
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 |