Skip to content

4.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 06:44
· 57 commits to develop since this release
cfdaee3

Minor Changes

  • content_export_* - document that chunk_size_gb parameter is only applicable for importable exports (theforeman/foreman-ansible-modules#1738)
  • lifecycle_environments role - allow setting state for the LCE, allowing deletion of existing ones
  • location, locations role - add description parameter to set the description

Bugfixes

  • callback plugin - correctly catch facts with vault data and replace it with ENCRYPTED_VAULT_VALUE_NOT_REPORTED, preventing Object of type AnsibleVaultEncryptedUnicode is not JSON serializable errors
  • redhat_manifest - do not send empty JSON bodies in GET requests which confuse the portal sometimes (theforeman/foreman-ansible-modules#1768)