roles.py: exclude salt.common
All checks were successful
ci/lysergic/push/pipeline Pipeline was successful
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:
parent
874e3c190d
commit
8743190e5b
@ -3,7 +3,7 @@
|
||||
import os
|
||||
|
||||
roles = []
|
||||
excluded = []
|
||||
excluded = ['salt.common']
|
||||
|
||||
def get():
|
||||
for root in ['pillar', 'salt']:
|
||||
|
Loading…
Reference in New Issue
Block a user