mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Implemented schema/main.yml und config/main.yml file
This commit is contained in:
@@ -10,7 +10,7 @@ class TestOauth2AclMutualExclusion(unittest.TestCase):
|
||||
failures = []
|
||||
|
||||
for role_path in ROLES_DIR.iterdir():
|
||||
vars_file = role_path / "vars" / "configuration.yml"
|
||||
vars_file = role_path / "config" / "main.yml"
|
||||
if not vars_file.exists():
|
||||
continue
|
||||
|
||||
|
Reference in New Issue
Block a user