Sean Sullivan
Sean Sullivan
I think a diff mode might be possible by reading the the api and determining if there is a change, and could be useful as well. it depends on how...
I looked this up, https://controller.vaultcrest.com/api/v2/job_templates/ options on that page, the default. "extra_vars": { "type": "json", "required": false, "label": "Extra vars", "filterable": true, "default": "" }, In addition the [module]( https://github.com/ansible/awx/blob/20f054d600689c8c016bce83f8445f3c9b5cffb3/awx_collection/plugins/modules/job_template.py#L553)...
Hello @hross I've been looking into an issue with a Github marketplace action, and found that this also is an issue there. It is nearly if not completely impossible to...
@sbanswar can you post how you got the multiline working?
I tried ``` - name: Push banners on Tor cisco.iosxr.iosxr_banner: banner: motd text: | testing line1 testing line 2 testing line 3 Ceci est un test state: present ``` and...
I forgot that, and then was using the non updated version, Its working as expected now.
We should update documentation, and if the version doesnt = 8, 9, 10, we should default to 9, just to make it make sense, and b future proof for when...
I'm up for debate on which is defaulted, atm the better question is How to and where to :)
@ericzolf Here is the issue If you run the aap_utilities on the following you get: MacOsX: "https://api.access.redhat.com/management/v1/images/cset/ansible-automation-platform-2.2-for-rhel-12-x86_64-files", Fedora 36: "https://api.access.redhat.com/management/v1/images/cset/ansible-automation-platform-2.2-for-rhel-36-x86_64-files", The `ansible_distribution_major_version` comes from the box you are running the...
Besides updating the docs, I was hoping for discussion on basically the following options 1. Not doing things, letting things fail naturally 2. Putting the download filename in the task...