Neev Geffen
Neev Geffen
##### SUMMARY When exporting credentials using awxkit, if the credential had input sources, they would not be exported. This PR will add the ability to export those values and import...
##### SUMMARY When running vmware_guest module in ansible, while the vms are in a vApp, I recive the following error: > File "ansible_collections/community/vmware/plugins/module_utils/vmware.py", line 1315, in get_vm > TypeError: argument...
InstanceGroup CRD sets credential_name as required even tho it is not required when specifying the InstanceGroup. I propose we remove the credential_name from required. [Instance Group CRD required](https://github.com/ansible/awx-resource-operator/blob/270c21758d82a745376f9e38ac43d92380d0f593/config/crd/bases/tower.ansible.com_ansibleinstancegroups.yaml#L73C15-L73C30) Moreover, there...
The following spec options have been depricated from JobTemplates: JobTemplates: - job_template_name - job_template_project - job_template_playbook - job_template_inventory This PR changes them to the newer version the README.
This PR is a bundle of small changes that fixes the usage of InstanceGroup CR and separates instancegroups and container groups in the UI and description. Changes: - Rename policy_spec_override...
##### SUMMARY Add a metric to show the time until the license for the awx/automation controller will expire. ##### ISSUE TYPE - New or Enhanced Feature ##### COMPONENT NAME -...
##### SUMMARY When running vmware_guest to create a new vm, we receive the error: `TypeError: 'NoneType' object is not iterable` in module_utiles/vmware.py [line 1281](https://github.com/ansible-collections/community.vmware/blob/7c2cc76ac4f13332802ff74c0dfdcd90cfd65bea/plugins/module_utils/vmware.py#L1281). This is cause because the `actual_vm_folder_path`...