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