add common tag to common tasks
This commit is contained in:
		
					parent
					
						
							
								cf0b254d4e
							
						
					
				
			
			
				commit
				
					
						f2c24e90e1
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -1,6 +1,8 @@ | |||
| --- | ||||
| - name: run apt-get update | ||||
|   apt: update_cache=yes | ||||
|   tags:  | ||||
|     - common | ||||
| 
 | ||||
| - name: install common packages | ||||
|   apt: name={{ item }} state=latest | ||||
|  | @ -13,3 +15,5 @@ | |||
|     - python | ||||
|     - wget | ||||
|     - zsh | ||||
|   tags:  | ||||
|     - common | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frederik Wille
				Frederik Wille