mirror of
				https://github.com/geerlingguy/ansible-role-kubernetes.git
				synced 2025-11-01 01:19:25 +01:00 
			
		
		
		
	Fixes failing Ubuntu 18.04 test.
This commit is contained in:
		
							parent
							
								
									9fce58301f
								
							
						
					
					
						commit
						5c4eea46ed
					
				@ -13,8 +13,13 @@
 | 
				
			|||||||
      apt: update_cache=true cache_valid_time=600
 | 
					      apt: update_cache=true cache_valid_time=600
 | 
				
			||||||
      when: ansible_os_family == 'Debian'
 | 
					      when: ansible_os_family == 'Debian'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Ensure test dependencies are installed.
 | 
					    - name: Ensure test dependencies are installed (RedHat).
 | 
				
			||||||
      package: name=iproute state=present
 | 
					      package: name=iproute state=present
 | 
				
			||||||
 | 
					      when: ansible_os_family == 'RedHat'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    - name: Ensure test dependencies are installed (Debian).
 | 
				
			||||||
 | 
					      package: name=iproute2 state=present
 | 
				
			||||||
 | 
					      when: ansible_os_family == 'Debian'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    - name: Gather facts.
 | 
					    - name: Gather facts.
 | 
				
			||||||
      action: setup
 | 
					      action: setup
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user