roles.py: exclude salt.common
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful

Role is targetted globally.

Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
This commit is contained in:
Georg Pfuetzenreuter 2023-01-22 02:46:27 +01:00
parent 874e3c190d
commit 8743190e5b
Signed by: Georg
GPG Key ID: 1ED2F138E7E6FF57

View File

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