fix(role): Typo
This commit is contained in:
parent
c634ff190d
commit
61b158d880
19
README.md
19
README.md
@ -1,25 +1,25 @@
|
|||||||
[//]: # (SPDX-License-Identifier: MIT)
|
[//]: # (SPDX-License-Identifier: MIT)
|
||||||
# Role Name
|
# Role Name
|
||||||
|
|
||||||
|
role-common-bash_convenience
|
||||||
|
|
||||||
|
# Description
|
||||||
|
|
||||||
Does basic `.bashrc` setup for Linux machines.
|
Does basic `.bashrc` setup for Linux machines.
|
||||||
|
|
||||||
Requirements
|
# Requirements
|
||||||
------------
|
|
||||||
|
|
||||||
Your target machines must be Linux.
|
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.
|
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.
|
None.
|
||||||
|
|
||||||
Example Playbook
|
# Example Playbook
|
||||||
----------------
|
|
||||||
|
|
||||||
In your `playbook.yml` call it like so:
|
In your `playbook.yml` call it like so:
|
||||||
|
|
||||||
@ -30,7 +30,6 @@ In your `playbook.yml` call it like so:
|
|||||||
- 'role-common-bash_convenience'
|
- 'role-common-bash_convenience'
|
||||||
```
|
```
|
||||||
|
|
||||||
License
|
# License
|
||||||
-------
|
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user