ipa_service: Add skip_host_check option (#4417) (#4436)

* ipa_service: Add `skip_host_check` option

* Update plugins/modules/identity/ipa/ipa_service.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/identity/ipa/ipa_service.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* Update plugins/modules/identity/ipa/ipa_service.py

Co-authored-by: Felix Fontein <felix@fontein.de>

* changelogs/fragments: Add 4417-ipa_service-add-skip_host_check.yml

Co-authored-by: sodd <4178855+sodd@users.noreply.github.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 1b357bade7)

Co-authored-by: sodd <sodd@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-04-01 23:07:23 +02:00
committed by GitHub
parent 2fcb77f7fb
commit 868edfa664
2 changed files with 18 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
---
minor_changes:
- ipa_service - add ``skip_host_check`` parameter.
(https://github.com/ansible-collections/community.general/pull/4417).