Alan Rominger
Alan Rominger
##### SUMMARY Related to https://github.com/ansible/django-ansible-base/pull/853 This gets rid of a hack that I don't think we should have. The linked DAB patch should solve the problem closer to the source....
##### SUMMARY If you read some of the comments of the methods moved here, it was very clear even when implemented that you're not supposed to be interacting with the...
##### SUMMARY looking at the output from other jobs, I saw: ``` 8 warnings found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy...
##### SUMMARY This cleans up the `job_env` of a job. ```json "job_env": { "JOB_ID": "25", "AWX_HOST": "https://platformhost/", "INVENTORY_ID": "3", "MAX_EVENT_RES": "700000", "PROJECT_REVISION": "347e44fea036c94d5f60e544de006453ee5c71ad", "RUNNER_OMIT_EVENTS": "False", "ANSIBLE_FORCE_COLOR": "True", "AWX_PRIVATE_DATA_DIR": "/tmp/awx_25_4v0h263v", "ANSIBLE_UNSAFE_WRITES":...
##### SUMMARY This is related to the credential plugins work recently. This option was discussed, but was never pursued further. This is fumbling around the same problem as https://github.com/ansible/awx/pull/15738 Doing...