fix(role): Typo

This commit is contained in:
hygienic-books 2025-04-02 03:24:08 +02:00
parent c634ff190d
commit 61b158d880

View File

@ -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