Files
community.general/lib/ansible/plugins/callback
Ewoud Kohl van Wijngaarden d303c0706c Make the foreman callback more defensive (#36527)
* Foreman: Make the foreman callback more defensive

This ensures the ssl_verify attribute is always set. It also handles
None in _disable_plugin.

* Foreman: Handle ints in verify_certs

The default value for verify_certs is 1 which is an int. That has no
lower() function. By casting it to a str we can handle it later in
_ssl_verify().

* Foreman: Clean up coding style

* Foreman: Use get_option in favor of _plugin_options
2018-04-12 09:58:57 -04:00
..
2018-02-23 15:12:14 -05:00
2018-02-12 16:52:04 -05:00
2018-01-02 17:17:53 -08:00
2018-04-10 17:25:24 -04:00
2018-04-02 11:41:00 -04:00