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
|
- 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…
Add table
Add a link
Reference in a new issue