modify readme.md add submodule config

This commit is contained in:
me 2022-05-02 10:44:13 +02:00
parent 62adf54fc4
commit a9ca22c1f6
1 changed files with 15 additions and 0 deletions

View File

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