Install more packages to shell hosts

This commit is contained in:
Timo Makinen 2020-11-14 18:07:41 +00:00
parent f89672dd59
commit 81dd2cbc50

View file

@ -21,10 +21,32 @@
- thinlinc-server - thinlinc-server
tasks: tasks:
- name: install gnome-desktop - name: install extra package groups
package: package:
name: "@gnome-desktop" name: "{{ package_group }}"
state: installed state: installed
with_items:
- "@development"
- "@fonts"
- "@gnome-desktop"
- "@workstation-product"
loop_control:
loop_var: package_group
- name: install extra packages
package:
name: "{{ package }}"
state: installed
with_items:
- emacs
- rpmlint
- tcsh
- tmux
- whois
- wireshark
- zsh
loop_control:
loop_var: package
- name: add software packaged in roles - name: add software packaged in roles
include_role: include_role: