From 03da60604e755a95c2aaba268725856b3bab0835 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sat, 21 Jan 2023 20:13:47 +0100 Subject: roles.py: remove exclusions These were only relevant during testing. Leaving the empty list in case exclusions need to be added in the future. Signed-off-by: Georg Pfuetzenreuter --- bin/roles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/roles.py') diff --git a/bin/roles.py b/bin/roles.py index e4a0587..ef3c27c 100755 --- a/bin/roles.py +++ b/bin/roles.py @@ -3,7 +3,7 @@ import os roles = [] -excluded = ['common-suse', 'minion'] +excluded = [] def get(): for root in ['pillar', 'salt']: -- cgit v1.2.3