aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/pkgs.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2022-10-01 22:28:22 +0200
committerRomain Gonçalves <me@rgoncalves.se>2022-10-01 22:28:55 +0200
commitc8de512a98462327b909311d2f89c90c32fb9246 (patch)
treedf11ba3e4c005644e1a4a9c61b8790523333a6ee /roles/workstation/tasks/pkgs.yml
parente91ac09b9ed3d3768b99315c13366da23a13a3fa (diff)
downloadrules-c8de512a98462327b909311d2f89c90c32fb9246.tar.gz
chore: migrate package install in distinct roles
Diffstat (limited to 'roles/workstation/tasks/pkgs.yml')
-rw-r--r--roles/workstation/tasks/pkgs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/workstation/tasks/pkgs.yml b/roles/workstation/tasks/pkgs.yml
index f4f2f44..abc583e 100644
--- a/roles/workstation/tasks/pkgs.yml
+++ b/roles/workstation/tasks/pkgs.yml
@@ -2,6 +2,6 @@
package:
name: "{{ item }}"
state: present
- loop:
+ loop:
- "{{ workstation_pkgs_common }}"
- "{{ workstation_pkgs }}"
remember that computers suck.