modify readme.md add submodule config
This commit is contained in:
parent
62adf54fc4
commit
a9ca22c1f6
15
README.md
15
README.md
@ -3,3 +3,18 @@
|
||||
cd <ansible_remote_folder>
|
||||
git submodule add <repository_url> roles/oh-my-zsh
|
||||
```
|
||||
|
||||
# How to use it in playbook
|
||||
``` yaml
|
||||
- hosts: localhost
|
||||
become: true
|
||||
roles:
|
||||
- role: oh-my-zsh
|
||||
template: powerlevel10k
|
||||
plugins:
|
||||
- zsh-syntax-highlighting
|
||||
- zsh-autosuggestions
|
||||
users:
|
||||
- me
|
||||
- root
|
||||
```
|
Loading…
Reference in New Issue
Block a user