From e2de827bacc8752376f055992b4f124b8610b4fc Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Wed, 4 Jul 2018 14:24:38 -0700
Subject: [PATCH] Update the default 'common_utils' in the README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2fa2983..db77b62 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ Role Variables
 |----------|---------|---------|
 | hostname | | The hostname to set on the server. If blank or undefined, the hostname will not be changed. |
 | required_utils | Varies by OS | Additional prerequisites required for Ansible, modules, etc. |
-| common_utils | `[curl, git, htop, screen, unzip, vim]` | Common packages and utilities to install. |
+| common_utils | `[curl, git, gzip, htop, screen, unzip, vim]` | Common packages and utilities to install. |
 
 OS specific variable overrides will be read from the `vars/` directory. The
 first OS specific var file found will be loaded, and they are queried in
-- 
GitLab