ansible/changelogs
John R Barker 4f0389ad4e
Backport/2.5/38386 (#38462)
* openssl_certificate: Handle dump() in check_mode (#38386)

Currently, when ones run the module in check_mode it tries to retrieve
values from the actual certificate generated in the generate() function.

Since in check_mode we call dump() without calling generate(), self.cert
is None, leading to self.cert.get_notBefore(), self.cert.get_notAfter()
and self.cert.get_serial_number() raising an error.

>  NoneType' object has no attribute 'get_notBefore'

The solution is to have two way to handle dump() method, whether its run
in check_mode=True or check_mode=False leading to different way the
information is retrieved.
(cherry picked from commit 99497ce54c)
2018-04-09 09:49:09 +01:00
..
fragments Backport/2.5/38386 (#38462) 2018-04-09 09:49:09 +01:00
CHANGELOG-legacy.rst rename versioned CHANGELOGs with dash 2018-02-22 17:32:58 -08:00
CHANGELOG-v2.0.rst sync old changelogs 2018-03-22 16:45:26 -07:00
CHANGELOG-v2.1.rst sync old changelogs 2018-03-22 16:45:26 -07:00
CHANGELOG-v2.2.rst sync old changelogs 2018-03-22 16:45:26 -07:00
CHANGELOG-v2.3.rst sync old changelogs 2018-03-22 16:45:26 -07:00
CHANGELOG-v2.4.rst sync old changelogs 2018-03-22 16:45:26 -07:00
CHANGELOG-v2.5.rst New release v2.5.0 2018-03-22 17:50:20 -07:00
config.yaml reformat multiline bugfix entries 2018-02-21 13:51:40 -08:00