Parameters - YAML parameters must be edited in JSON format at Host level?

Problem: When attempting to edit a YAML Parameter on a Host, the parameter value is displayed in JSON format.

Expected outcome: YAML parameters are displayed/edited in YAML format.

Foreman and Proxy versions: 3.12.0

Foreman and Proxy plugin versions:

  • foreman-tasks 9.2.3
  • foreman_ansible 14.2.1
  • foreman_bootdisk 21.2.3
  • foreman_remote_execution 13.2.5
  • katello 4.12.1

Distribution and version:
AlmaLinux 9.5

Other relevant data:
In the Global Parameters screen, a YAML parameter value is displayed and editable in YAML format. At the Host level, all YAML parameters (be they global, host group or host level) are displayed in JSON format when editing. How can I get them to display in YAML format?

As far as I was working with it, yes.
Foreman is not able to read group_vars or host_vars from Ansible inventory. I’m translating yaml files to json formatted variables and importing them as parameters to host groups :skull: