oh-my-zsh/tasks/install-zsh-debian.yml

5 lines
108 B
YAML
Raw Normal View History

2022-05-02 10:33:16 +02:00
---
- name: Install zsh if not installed
apt:
name: zsh
update_cache: "{{ update_package_cache }}"