ansible-config/roles/common/tasks/zsh.yml
2015-08-29 23:42:11 +02:00

5 lines
65 B
YAML

---
- name: install zsh
apt: name=zsh state=latest
tags: zsh