From 61b158d88095fe9854f03ad658b1b0839615e882 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Wed, 2 Apr 2025 03:24:08 +0200 Subject: [PATCH] fix(role): Typo --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3b588c9..8e9ced1 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,25 @@ [//]: # (SPDX-License-Identifier: MIT) # Role Name +role-common-bash_convenience + +# Description + Does basic `.bashrc` setup for Linux machines. -Requirements ------------- +# Requirements Your target machines must be Linux. -Role Variables --------------- +# Role Variables Per [defaults/main.yml](defaults/main.yml) this role will operate on the target machine's local `root` account by default. Change list elements in `local_accounts_that_need_bash_settings` as needed. Better yet, override this with host vars. -Dependencies ------------- +# Dependencies None. -Example Playbook ----------------- +# Example Playbook In your `playbook.yml` call it like so: @@ -30,7 +30,6 @@ In your `playbook.yml` call it like so: - 'role-common-bash_convenience' ``` -License -------- +# License MIT