A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
For some reason, this refactor warning (R0401 -- cyclic-import) seems to randomly appear in various files (e.g., test_doc.py, test_uuid.py). Disable across the entire project for now. The entry to disable in test_doc.py was the wrong format anyway.
For some reason, this refactor warning (
R0401
-- cyclic-import) seems to randomly appear in various files (e.g., test_doc.py, test_uuid.py). Disable across the entire project for now. The entry to disable intest_doc.py
was the wrong format anyway.