roles.py: remove exclusions
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

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 <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-21 20:13:47 +01:00
parent 0d9230d6bb
commit 03da60604e
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

@ -3,7 +3,7 @@
import os import os
roles = [] roles = []
excluded = ['common-suse', 'minion'] excluded = []
def get(): def get():
for root in ['pillar', 'salt']: for root in ['pillar', 'salt']: