From 6c13f9f231028db202ac3e229637a1a06ff93ce6 Mon Sep 17 00:00:00 2001 From: John VanDyk Date: Mon, 23 Jul 2018 08:51:20 -0500 Subject: [PATCH] Improve readability --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b99d331..3243f21 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ Role Variables See `defaults/main.yml` for everything that's configurable. Please note that unless you've [configured `hash_behaviour` to `merge`](https://docs.ansible.com/ansible/latest/reference_appendices/config.html#default-hash-behaviour) -configuring any of the hash variables with **override** the entire default variable. +configuring any of the hash variables will **override** the entire default variable. Most variables expose an `_overrides: {}` variable that is merged automatically -in this role for selectively updating each variable. It's strongly reccomended +in this role for selectively updating each variable. It's strongly recommended that the `overrides` variable be used. Dependencies