We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dee73e8 commit 36e10acCopy full SHA for 36e10ac
1 file changed
README.md
@@ -79,14 +79,15 @@ sudo ansible-galaxy install viasite-ansible.zsh
79
sudo ansible-playbook -i "localhost," -c local playbook.yml
80
```
81
82
-It will install zsh environment for ansible remote user. If you want to setup zsh for other user,
+It will install zsh environment for ansible remote user. If you want to setup zsh for other users,
83
you should define variable `zsh_user`:
84
85
Via playbook:
86
87
- hosts: all
88
roles:
89
- { role: viasite-ansible.zsh, zsh_user: otheruser }
90
+ - { role: viasite-ansible.zsh, zsh_user: thirduser }
91
92
93
Or via command:
0 commit comments