"CUSTOM_LOGIN_INFO" Not Applying When Set via ansible.controller.settings
Issue
- When setting "CUSTOM_LOGIN_INFO" using ansible.controller.settings, the job/playbook executes successfully, but no changes are applied.
- name: Added Custom Logo
ansible.controller.settings:
controller_host: controller.exaample.com
controller_oauthtoken: xxxxxxxxxxxxxx
settings:
CUSTOM_LOGIN_INFO: "Test Deployment System"
CUSTOM_LOGO: "{{ lookup('file', 'logo.data') }}"
validate_certs: false
Environment
- Red Hat Ansible Automation Platform 2.5
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.