aboutsummaryrefslogtreecommitdiffstats
path: root/roles/workstation/tasks/pkgs.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-08-16 14:58:34 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-08-23 15:54:50 +0200
commit35d536c4f1f02c0ddabaf7ffa9498d05db2823f1 (patch)
tree708894d9939c3334c5251519dca95126403497bd /roles/workstation/tasks/pkgs.yml
parentc2994b1f3220dc92f2faddb50ad355f44db9f44a (diff)
downloadold-infrastructure-35d536c4f1f02c0ddabaf7ffa9498d05db2823f1.tar.gz
roles/workstation: Monolithic role for workstation
Diffstat (limited to 'roles/workstation/tasks/pkgs.yml')
-rw-r--r--roles/workstation/tasks/pkgs.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/workstation/tasks/pkgs.yml b/roles/workstation/tasks/pkgs.yml
new file mode 100644
index 0000000..8c2354e
--- /dev/null
+++ b/roles/workstation/tasks/pkgs.yml
@@ -0,0 +1,7 @@
+- name: install distribution packages
+ package:
+ name: "{{ item }}"
+ state: present
+ loop:
+ - "{{ ws_pkgs['common'] }}"
+ - "{{ ws_pkgs[ansible_distribution | lower] }}"
remember that computers suck.