Alan Rominger

Results 284 comments of Alan Rominger

Current schema diff, clearly unrelated, but I don't have an explanation currently. ``` # Ignore differences in whitespace with -b diff -u -b reference-schema.json schema.json --- reference-schema.json 2025-09-23 14:13:04.381763354 +0000...

duplicated https://github.com/ansible/awx/pull/16202

The API has an endpoint that shows what prior prompts the job was launched with. Yes, the UI would go through the normal launch, POST to the JT launch endpoint,...

I would like to get tech debt cleared out around https://github.com/ansible/awx/pull/12944 if at all possible first. Relaunching a job is different from relaunching a workflow, but the handling of the...

This seems like it may be possible if the existing Role objects had a reference to a deleted credential. This is likely something that might be reproducible in a unit...

> Since receptor.conf is not written to outside of Kubernetes Is that true @fosterseth @TheRealHaoLiu ? I thought this mechanism also had to be used in k8s? There was something...

At first glance I don't think this should break anything with AWX. You made the changes to `Worker` which reports the env vars in a callback. All that AWX does...

@jjwatt what you mentioned in your last comment sounds like https://github.com/ansible/awx/pull/14188 And I believe this was a well-considered patch that would have been helpful. I'm not sure if it's revivable...

Not working for intended use case at https://github.com/AlanCoding/Ansible-inventory-file-examples/tree/master/vault/file_vars ``` ANSIBLE_VAULT_DECRYPT_IS_ERROR=false ansible-inventory -i vault/file_vars/inventory.ini --list --export [WARNING]: You are running the development version of Ansible. You should only run Ansible from...

I re-tested and got this: ``` $ ANSIBLE_VAULT_DECRYPT_IS_ERROR=false ansible-inventory -i vault/file_vars/inventory.ini --list --export -vvv [WARNING]: You are running the development version of Ansible. You should only run Ansible from "devel"...