Xabier Napal
Xabier Napal
I just found this behaviour, and after reading some code, I found two different problems here: First, the unmarshalling error. The response of the `PATCH /client/v4/zones//dnssec` request seems to return...
@jacobbednarz thanks for merging my PR! :tada: There is still this other issue, maybe you could help with that? I think it's a bug in the CloudFlare API and it...
Unfortunately, currently we are using the Free plan until we push this to our production environment, so I can't open a technical support ticket. I'm only allowed to use the...
Not sure if I'm missing something, but the table here https://support.cloudflare.com/hc/en-us/articles/200172476-Contacting-Cloudflare-Support shows that free plan customers can't open tickets other than billing, account, 2FA, and abuse ones.
Didn't know that installing versions from PRs was an option, and this not being merged was a stopper for me. Good to know! Just asking, @squaremo is this project not...
I haven't thoroughly investigated how tests work in this library, only to ensure all test cases continue working as expected. I think it would be technically possible to add some...
I'd also love this feature, it could be another `set` parameter in the `zerotier-cli` command, something like `zerotier-cli set [NETWORK_ID] vrf=[VRF_NAME]`. As a workaround, I'm experimenting with an `udev` rule...
Even with Terraform v1.8.1 the warning is shown: ``` $ terraform --version Terraform v1.8.1 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.46.0 ``` ``` $ tflocal apply ╷ │ Warning: Invalid Attribute...
@mkrizek thanks for the info. I thought this would be the official answer, but then I miss a workaround to support the old behavior. In #59400 the OP says that...
I've messing with the code and I've managed to create a `meta: purge_inventory` action as suggested in #59400. The code is here: https://github.com/xabinapal/ansible/compare/devel...xabinapal:ansible:issue-82660 I don't know if there is interest...