add apt install git

This commit is contained in:
Haug, Christoph 2022-05-04 13:12:31 +02:00
parent 2d42288901
commit 103b12dd53

View File

@ -3,3 +3,7 @@
apt: apt:
name: zsh name: zsh
update_cache: "{{ update_package_cache }}" update_cache: "{{ update_package_cache }}"
- name: Install zsh if not installed
apt:
name: git
update_cache: "{{ update_package_cache }}"