add common tag to common tasks

This commit is contained in:
Frederik Wille 2015-11-14 17:24:12 +01:00
parent cf0b254d4e
commit f2c24e90e1

View file

@ -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