add common tag to common tasks
This commit is contained in:
parent
cf0b254d4e
commit
f2c24e90e1
|
@ -1,6 +1,8 @@
|
||||||
---
|
---
|
||||||
- name: run apt-get update
|
- name: run apt-get update
|
||||||
apt: update_cache=yes
|
apt: update_cache=yes
|
||||||
|
tags:
|
||||||
|
- common
|
||||||
|
|
||||||
- name: install common packages
|
- name: install common packages
|
||||||
apt: name={{ item }} state=latest
|
apt: name={{ item }} state=latest
|
||||||
|
@ -13,3 +15,5 @@
|
||||||
- python
|
- python
|
||||||
- wget
|
- wget
|
||||||
- zsh
|
- zsh
|
||||||
|
tags:
|
||||||
|
- common
|
||||||
|
|
Loading…
Reference in a new issue