Martin Ananda Boeker
Martin Ananda Boeker
Interesting, I've never tried passing JSON args. But that wouldn't explain why it's still running tasks when they are only defined in defaults/main.yml as false. I'll give the JSON args...
Hi uk-bolly, I've been digging some more. Per https://stackoverflow.com/questions/39640654/using-true-false-with-ansible-when-clause as of ansible 2.8 if a variable is given as a parameter (which I assume also applies to defaults/main.yml), the condition...
I have not tested with devel as the playbook works once I've modified it to have `| bool` after the conditions that I care about. I just looked though and...
The same info from the official source :) https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_conditionals.html#conditionals-based-on-variables > You can also create conditionals based on variables defined in the playbooks or inventory. Because conditionals require boolean input (a...
As a cross-platform user this is a workflow breaker for me as well. Please enable right-click paste like every other terminal has! I don't know what the scale is for...
Is there a way to toggle this without going into Settings > AI? I noticed there's a `>_` "Terminal" button underneath the prompt that disables AI, but only for the...
Right.. so how about the option to switch middle and right mouse click? Or make an option to have the menu appear with a modifier, like shift+right-click. I personally have...
Hi @thedoubl3j Thank you for your input! I don't know about a Satellite plugin, I just use Satellite as an inventory source. I have been using Ansible for a long...
UPDATE: I deleted my last comment because the results were bogus, turns out I did have that server in my gitlab inventory. I've been sanitizing my output too much, I...
UPDATE: I changed the `ansible_inv_group_var` value from "present" to "from_group" and the task output did not change, it still just says "present" which means AWX is caching that somehow, presumably...