added dist-upgrade
This commit is contained in:
		
							
								
								
									
										10
									
								
								liebchen.yml
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								liebchen.yml
									
									
									
									
									
								
							| @@ -1,5 +1,15 @@ | |||||||
| - hosts: localhost | - hosts: localhost | ||||||
|   tasks: |   tasks: | ||||||
|  |   - name: Update apt repo and cache | ||||||
|  |     apt: | ||||||
|  |       update_cache: yes | ||||||
|  |       force_apt_get: yes | ||||||
|  |       cache_valid_time: 0 | ||||||
|  |  | ||||||
|  |   - name: Upgrade all packages | ||||||
|  |     apt: | ||||||
|  |       upgrade: dist | ||||||
|  |       force_apt_get: yes | ||||||
|  |  | ||||||
|   - name: Install general packages |   - name: Install general packages | ||||||
|     apt: |     apt: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user