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:
parent
27eef8e816
commit
de70f6e51b
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue