From 228d8e50bc936bfa4b1b4c0d91e13593bdb461b7 Mon Sep 17 00:00:00 2001 From: Bertrand Lanson Date: Tue, 4 Apr 2023 21:46:17 +0200 Subject: [PATCH] housekeeping and typos --- .gitignore | 2 +- README.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1b8b446..03ffe07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -# ignore molecule/testinfra pycache +# ignore molecule/testinfra pycache **/__pycache__ \ No newline at end of file diff --git a/README.md b/README.md index b4e8847..210a9fd 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ This variable sets the password of the account, by default, it is set to "*", wh ```yaml provision_ansible_user_is_system: true # by default, set to true ``` -This variable describe wether the account should be a system user or not. Default (and recommended) is `true`. +This variable describe whether the account should be a system user or not. Default (and recommended) is `true`. ```yaml provision_ansible_user_home: /opt/{{ provision_ansible_user_name }} # by default, set to /opt/{{ provision_ansible_user_name }} @@ -76,7 +76,6 @@ None. Example Playbook ---------------- -Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: ```yaml # calling the role inside a playbook with either the default or group_vars/host_vars - hosts: servers