v1.1 Release Notes¶
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
- Fixed AnsibleController.external_integration by converting it from a ForeignKey to a OneToOneField to enforce uniqueness.
v1.1.0 (2025-12-22)¶
Added¶
- #57 - Added Playbook, Project and Description for the AnsibleControllerJobTemplate.
- #58 - Added inline action to enable jobs in Ansible controller.
- #60 - Added verbosity selection on Ansible job form if the AWX template has "Prompt on launch" enabled.
- #62 - Added ability to not truncate output from the AWX job run.