diff --git a/ansible/amd-gnome.yml b/ansible/amd-gnome.yml index 61ea989..90bc25c 100644 --- a/ansible/amd-gnome.yml +++ b/ansible/amd-gnome.yml @@ -6,6 +6,7 @@ ansible_python_interpreter: auto_silent gather_facts: true roles: + - reflector - base - amd - git diff --git a/ansible/intel-gnome.yml b/ansible/intel-gnome.yml index 070d858..7a07a4b 100644 --- a/ansible/intel-gnome.yml +++ b/ansible/intel-gnome.yml @@ -6,6 +6,7 @@ ansible_python_interpreter: auto_silent gather_facts: true roles: + - reflector - base - intel - git