From de98387dcf8310a25bc35e14502d89d49d00dc6d Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Wed, 4 Jul 2018 23:17:47 -0700
Subject: [PATCH] Update required_utils default value in README

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

diff --git a/README.md b/README.md
index db77b62..9fcf1d1 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Role Variables
 | Variable | Default | Purpose |
 |----------|---------|---------|
 | 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. |
+| required_utils | `[]` | Additional prerequisites required for Ansible, modules, etc. |
 | 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
-- 
GitLab