roles.py: remove exclusions
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
0d9230d6bb
commit
03da60604e
@ -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']:
|
||||||
|
Loading…
Reference in New Issue
Block a user