forked from CCCHH/ansible-infra
		
	ansible_pull(role): add git as a dependency to ensure is installed
This commit is contained in:
		
					parent
					
						
							
								f646cc0bf2
							
						
					
				
			
			
				commit
				
					
						dce4e7c4d4
					
				
			
		
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,9 @@
 | 
			
		|||
  block:
 | 
			
		||||
    - name: ensure apt dependencies are installed
 | 
			
		||||
      ansible.builtin.apt:
 | 
			
		||||
        name: virtualenv
 | 
			
		||||
        name:
 | 
			
		||||
          - virtualenv
 | 
			
		||||
          - git
 | 
			
		||||
        state: present
 | 
			
		||||
      become: true
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue