This commit is contained in:
Navas 2024-10-20 13:15:00 +02:00
parent 8de6c32e17
commit b574070e95

View file

@ -161,7 +161,7 @@ def main():
mustRun = True
# Teste si un élément commun entre les tags mentionnés dans la conf et les tags en argument
if len(set(args.tags).intersection(config[entry]['tags'])) > 0:
if len(set(args.tags).intersection(config['ansible_playbooks'][entry]['tags'])) > 0:
mustRun = True
if mustRun == True: