Andrew Polden
Andrew Polden
A [PR](https://github.com/ansible/ansible/pull/69136) was supplied in the old repository to address [the original issue](https://github.com/ansible/ansible/issues/29201) which was itself imported from an earlier era, but it missed the boat in the transition to...
Thanks @felixfontein, I can see that line was staring at me the whole time; I just missed it because the comment changed. In my situation lvol wants include an `lvextend`...
I understand that: Jinja's `urlencode` filter applies URL percent encoding as per [RFC3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1). It does not perform base 64 encoding of binary data. [RFC 4648 section 5](https://datatracker.ietf.org/doc/html/rfc4648#section-5) uses a modified...
I did, yes, and I still do, but I missed the small window I had to do it around the time I raised the issue. It might be a couple...
Simply being able to prevent it from sending this header would be nice. I mean, it infers the content type from the request body and sets a correct header value,...