Start adding software to shell servers

This commit is contained in:
Timo Makinen 2020-09-11 17:00:59 +00:00
parent 2a21d31628
commit 4901a345c5

View file

@ -21,3 +21,17 @@
- ldap/client
- ldap/nss
- autofs
tasks:
- name: install gnome-desktop
package:
name: "@gnome-desktop"
state: installed
- name: add software packaged in roles
include_role:
name: "{{ role }}"
with_items:
- google-chrome
loop_control:
loop_var: role