add apt install git
This commit is contained in:
parent
2d42288901
commit
103b12dd53
@ -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 }}"
|
Loading…
Reference in New Issue
Block a user