Neev Geffen

Results 6 comments of Neev Geffen

This PR is ready for review 😁 1. I think the https://github.com/ansible/awx-resource-operator/?tab=readme-ov-file#get-involved in the README should be aligned with the awx-operator and awx in a future PR. 2. Maybe in...

Hello, I finished working on this PR. Would love for a review, I am not sure if to keep as a draft or not.

As of now, I made it possible to access the credential_input_sources using: ``` awx export --credential_input_sources ``` and allow the credentials that use input sources to export them when using:...

Thanks for the feedback, I added only HasCreate. Reasons: HasInstanceGroups - credential_input_sources don't have instanceGroups. HasNotifications - credential_input_sources don't have notifications. HasStatus - credential_input_sources don't have status. HasSurvey - credential_input_sources...

The issue seems to rise from the lines: https://github.com/ansible-collections/community.vmware/blob/6bde749991bc8119f0bb6efba536f5b5b4a933ec/plugins/module_utils/vmware.py#L1331-L1337 The function self.get_vm_path(content=self.content, vm_name=vms[0]) returns None, because the vms are in the vApp and then the boolean self.params['folder'] in None raises...

Hello, me and my team would benefit from this module. Is someone activly working on this? Are there any workaround for this that are ansible native?