From a9ca22c1f646f33fdd45b52bf08af6903d46e22a Mon Sep 17 00:00:00 2001 From: me Date: Mon, 2 May 2022 10:44:13 +0200 Subject: [PATCH] modify readme.md add submodule config --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index e8e9c46..ca74415 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,18 @@ cd git submodule add 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 +``` \ No newline at end of file