diff --git a/playbook.yml b/playbook.yml index 87c6986..6ad194c 100644 --- a/playbook.yml +++ b/playbook.yml @@ -6,6 +6,13 @@ roles: - fedora_workstation +- name: Configure Fedora Gnome Workstation + hosts: fedora_gnome_workstation + gather_facts: true + + roles: + - fedora_gnome_workstation + #- name: Configure Fedora Development Workstation # hosts: fedora_development_workstation # gather_facts: true