diff options
Diffstat (limited to 'roles/common/tasks')
-rw-r--r-- | roles/common/tasks/main.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/common/tasks/main.yaml b/roles/common/tasks/main.yaml index 3bcffb7..e39e0c2 100644 --- a/roles/common/tasks/main.yaml +++ b/roles/common/tasks/main.yaml @@ -1,4 +1,7 @@ --- +- name: Ensure apt is recent + shell: apt-get update + # General setup for my hosts - name: Install common packages apt: name={{ item }} state=present |