Jonathan Piron

Results 10 comments of Jonathan Piron

Hi @OpaDopa I am having the same issue. Did you managed to fix it ?

Hi, Any feedback on this ?

Had the same issue configuring a deploy key through the API. Basically we were adding the same key twice and the second addition was failing with this error. It turns...

Same for me with google/gcs backend and Terraform 0.11.13

I might be wrong but my understanding of the issue is that the default `/etc/proxysql.cnf` that ships with the `2.2.2 proxysql version doesn't contain the `enable_load_data_local_infile` variable. Therefore the variable...

Sorry for the late answer, I didn't get the time to work on this lately. I'll try to manage some time to implement this.

Hi @ashwini-mhatre, using an intermediate variable works but this prevents from doing something like: ```yaml - hosts: localhost connection: local gather_facts: no tasks: - uri: url: http://httpbin.org/xml headers: accept: "application/xml"...