From bb7aeca0d8266593d925ef8e5db503abb7190848 Mon Sep 17 00:00:00 2001
From: Chris Coley <chris@codingallnight.com>
Date: Wed, 2 May 2018 16:40:58 -0700
Subject: [PATCH] Updating the README to reflect the changes in a3c33324

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

diff --git a/README.md b/README.md
index 0298389..2fa2983 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ 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. |
 | common_utils | `[curl, git, 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
 descending order by specificity. For example, Ubuntu would check files in this
-- 
GitLab