mirror of
				https://github.com/borgbase/ansible-role-borgbackup.git
				synced 2025-11-04 01:19:32 +01:00 
			
		
		
		
	Install packages in one step. By @dnmvisser (#43)
This commit is contained in:
		
							parent
							
								
									47e5cf41b4
								
							
						
					
					
						commit
						5c67c0d935
					
				@ -15,9 +15,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- name: Install required System Packages
 | 
					- name: Install required System Packages
 | 
				
			||||||
  package:
 | 
					  package:
 | 
				
			||||||
    pkg: "{{ item }}"
 | 
					    name: "{{ borg_packages }}"
 | 
				
			||||||
    state: present
 | 
					    state: present
 | 
				
			||||||
  with_items: "{{ borg_packages }}"
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: Update setuptools if needed
 | 
					- name: Update setuptools if needed
 | 
				
			||||||
  tags: skip_ansible_lint
 | 
					  tags: skip_ansible_lint
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user