From db86d8e518b751907b95a95e4e55f334e41f5f1d Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Fri, 5 Jan 2024 21:21:05 +0100 Subject: [PATCH] added the reflector role for all playbooks --- ansible/amd-gnome.yml | 1 + ansible/intel-gnome.yml | 1 + 2 files changed, 2 insertions(+) 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