add apt install git

This commit is contained in:
Haug, Christoph 2022-05-04 13:12:31 +02:00
parent 2d42288901
commit 103b12dd53
1 changed files with 4 additions and 0 deletions

View File

@ -2,4 +2,8 @@
- name: Install zsh if not installed
apt:
name: zsh
update_cache: "{{ update_package_cache }}"
- name: Install zsh if not installed
apt:
name: git
update_cache: "{{ update_package_cache }}"