add common tag to common tasks
This commit is contained in:
parent
cf0b254d4e
commit
f2c24e90e1
|
@ -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…
Reference in a new issue