diff --git a/playbooks/shell.yml b/playbooks/shell.yml index b10b5e1..1331f52 100644 --- a/playbooks/shell.yml +++ b/playbooks/shell.yml @@ -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