Alan Rominger
Alan Rominger
> How would that be done without disabling other user defined vars plugins from ansible.cfg. In the demo/proposal I have, I have example CLI commands that use environment variables to...
```python if ('successful' in status_list) == self.is_successful: return ``` This still doesn't allow the fairly reasonable use of `job.assert_status(['successful', 'canceled'])`, because a canceled job is _not_ successful. That's why I...
We need one single issue to track this RFE (and it will be this), but it should be more specific. This is to request that _vault credentials_ can be used...
To explain my title change - I added "to process encrypted vault files" so that this captures the missing noun I described in my last comment. If the vault credential...
Yes, I expect that would be the solution. But the file content would have to be stored somewhere in the database, and we'd need to figure out exactly how to...
https://github.com/ansible/awx/compare/devel...AlanCoding:squash_attempt3?expand=1 if you want squashed
this should be resolved by https://github.com/ansible/awx/pull/12706
This is the issue I mentioned when reviewing @matburt patch https://github.com/ansible/awx/pull/12803 It seems unlikely that users mucked with those schedules, since it's not really possible to do so in the...
There is an incredibly broad criteria for what can be a valid Ansible inventory file, which is why the discovered list will be so incomplete. You can manually enter in...
We really want to look for tracebacks from the delete_inventory task in the server logs for this type of issue.