add apt install git
This commit is contained in:
		@@ -2,4 +2,8 @@
 | 
				
			|||||||
- name: Install zsh if not installed
 | 
					- name: Install zsh if not installed
 | 
				
			||||||
  apt:
 | 
					  apt:
 | 
				
			||||||
    name: zsh
 | 
					    name: zsh
 | 
				
			||||||
 | 
					    update_cache: "{{ update_package_cache }}"
 | 
				
			||||||
 | 
					- name: Install zsh if not installed
 | 
				
			||||||
 | 
					  apt:
 | 
				
			||||||
 | 
					    name: git
 | 
				
			||||||
    update_cache: "{{ update_package_cache }}"
 | 
					    update_cache: "{{ update_package_cache }}"
 | 
				
			||||||
		Reference in New Issue
	
	Block a user