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

9 lines
213 B
YAML
Raw Normal View History

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