Skip to content

v1.2 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

This release introduces inventory selection on Ansible job forms and updates URL paths to be consistent with other URLs in Nautobot.

v1.2.0 (2026-04-15)

Added

  • Added a form field to select an Ansible Controller inventory on Ansible Controller jobs.
  • Ansible Automation jobs are enabled by default.

Changed

  • Changed the URL path from /plugins/ansible-automation/ansiblecontroller/ to /plugins/ansible-automation/ansible-controllers/.
  • Changed the URL path from /plugins/ansible-automation/ansiblecontrollerjobtemplate/ to /plugins/ansible-automation/ansible-controller-job-templates/.

Fixed

  • Fixed form rendering in Ansible jobs.
  • Fixed failing "collectstatic" command before running migrations but after upgrading this app.