Skip to content

Commit 36e10ac

Browse files
committed
docs: install for several users
1 parent dee73e8 commit 36e10ac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ sudo ansible-galaxy install viasite-ansible.zsh
7979
sudo ansible-playbook -i "localhost," -c local playbook.yml
8080
```
8181

82-
It will install zsh environment for ansible remote user. If you want to setup zsh for other user,
82+
It will install zsh environment for ansible remote user. If you want to setup zsh for other users,
8383
you should define variable `zsh_user`:
8484

8585
Via playbook:
8686
```
8787
- hosts: all
8888
roles:
8989
- { role: viasite-ansible.zsh, zsh_user: otheruser }
90+
- { role: viasite-ansible.zsh, zsh_user: thirduser }
9091
```
9192

9293
Or via command:

0 commit comments

Comments
 (0)