Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
write need bytes object on python 3 (ansible#35143)
Otherwise, it fail with: Traceback (most recent call last): File \"/tmp/ansible_c1zmq3i9/ansible_module_openssl_certificate.py\", line 808, in <module> main() File \"/tmp/ansible_c1zmq3i9/ansible_module_openssl_certificate.py\", line 787, in main certificate.generate(module) File \"/tmp/ansible_c1zmq3i9/ansible_module_openssl_certificate.py\", line 692, in generate certfile.write(str(crt)) TypeError: a bytes-like object is required, not 'str'
- Loading branch information