Skip to content

Commit

Permalink
docs: install for several users
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Apr 2, 2017
1 parent dee73e8 commit 36e10ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,15 @@ sudo ansible-galaxy install viasite-ansible.zsh
sudo ansible-playbook -i "localhost," -c local playbook.yml
```

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,
you should define variable `zsh_user`:

Via playbook:
```
- hosts: all
roles:
- { role: viasite-ansible.zsh, zsh_user: otheruser }
- { role: viasite-ansible.zsh, zsh_user: thirduser }
```

Or via command:
Expand Down

0 comments on commit 36e10ac

Please sign in to comment.