diff --git a/README.md b/README.md index db77b62fe977fa6c59121e2d092632e45b8074f1..9fcf1d10a81511d65944b418d6ec42cfac651e57 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