Skip to content

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.

Fixed

  • #31 - Fixed AnsibleController.external_integration by converting it from a ForeignKey to a OneToOneField to enforce uniqueness.
  • #57 - Fixed issue when running "makemigrations" or "migrate" trying to access database.
  • #57 - Fixed issue of failing to refresh jobs when not all jobs are imported.