mirror of https://github.com/ansible/ansible.git
openssl_*: proper mode support (#54085)
* Add write helper. * Adjust modules (except openssl_certificate). * Adding tests for mode (with openssl_privatekey). * Add openssl_certificate support. * Never, ever remove the output file before actually trying to generate new content for it. Removal is only allowed when state=absent, or when the object has been regenerated and the result needs to be written to that place. * Add changelog. * Extend test.pull/54337/head
parent
9c355e5c52
commit
d7a273273a
@ -0,0 +1,5 @@
|
|||||||
|
minor_changes:
|
||||||
|
- "openssl_pkcs12, openssl_privatekey, openssl_publickey - These modules no longer delete the output file before starting to regenerate the output, or when generating the output failed."
|
||||||
|
bugfixes:
|
||||||
|
- "openssl_pkcs12, openssl_privatekey - These modules now accept the output file mode in symbolic form or as a octal string (https://github.com/ansible/ansible/issues/53476)."
|
||||||
|
- "openssl_certificate, openssl_csr, openssl_pkcs12, openssl_privatekey, openssl_publickey - The modules are now able to overwrite write-protected files (https://github.com/ansible/ansible/issues/48656)."
|
Loading…
Reference in New Issue