1
0
Fork 0
mirror of https://github.com/mdlayher/homelab.git synced 2024-12-14 11:47:32 +00:00

base: apply tags

This commit is contained in:
Matt Layher 2016-04-21 15:01:11 -04:00
parent 27eef8e816
commit de70f6e51b
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -1,8 +1,12 @@
---
- name: update package lists
tags:
- base
apt: update_cache=yes
- name: install common packages
tags:
- base
apt: pkg={{ item }} state=installed
with_items:
- byobu
@ -10,7 +14,8 @@
- htop
- jq
- tmux
tags: install
- name: upgrade all packages
tags:
- base
apt: upgrade=dist