Refactoring role spec stuff into a dedicated parsing class
Also reworking tests to cut down on the number of patches required by sub-classing the DataLoader() class and reworking the base object's structure a bit to allow its use
Showing
v2/ansible/playbook/role.py
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
v2/ansible/playbook/role/__init__.py
0 → 100644
v2/ansible/playbook/role/definition.py
0 → 100644
v2/ansible/playbook/role/include.py
0 → 100644
v2/ansible/playbook/role/metadata.py
0 → 100644
v2/ansible/playbook/role/requirement.py
0 → 100644
v2/test/mock/__init__.py
0 → 100644
v2/test/mock/loader.py
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment