Raz M.

Results 19 comments of Raz M.

On my end, I don't use many extensions, and most of them are the most-used ones (Python support, YAML, and so on)

Oh ok perfect, thanks! I'll take a stab at it then.

Looks like there are some errors. [`ansible-galaxy-importer`](https://ansible.softwarefactory-project.io/zuul/build/4aa9941c897d402caa00a8e202e6c662) ``` console 'community.aws.wafv2_web_acl_info"' 'returncode="1"' 'b'\''ERROR!' module community.aws.aws_acm missing documentation '(or' could not parse 'documentation):' unknown 'doc_fragment(s)' in file /tmp/tmpy5fvk3gt/ansible_collections/community/aws/plugins/\ modules/aws_acm.py: amazon.aws.aws, ``` `ansible-test-sanity-docker-level`:...

I have fixed all the issues I could on my end. There are some errors in the CI jobs but I can't do much there. Thanks for your help.

Agree, things are a bit confusing. It takes some time to understand how pieces fit together. Regarding usage of credentials, that is, if you get the following message: ```console WARNING:...

@giom-l I have looked around and didn't find anything. The `ansible-test` command doesn't support any user input mechanism of reference to supplementary configuration file. Some some more [info here](https://stackoverflow.com/questions/63119030/how-to-pass-secrets-to-ansible-test) here.

Happy to implement that feature :) I will get started on it soon.

Hi, [documentation](https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/is_vpc#resource_group) states that you can use the `resource_group` parameter: > Enter the ID of the resource group where you want to create the VPC. > To list available resource...

I concur I had the same issue despite passing the `id` parameter, which is described as follows: > id (False, str, None) > (Required when updating or destroying existing resource)...

@kdelee I could be wrong, but I've found that for many modules, idempotency is controlled via the usage of the `id` parameter: ```yaml id: description: - (Required when updating or...