diff --git a/roles/ipaserver/library/ipaserver_enable_ipa.py b/roles/ipaserver/library/ipaserver_enable_ipa.py index eea1b5772f0579893997e6575d25c60c62fc51cb..77e4aade6b1189809c8c5f10f02f9523b4d3122d 100644 --- a/roles/ipaserver/library/ipaserver_enable_ipa.py +++ b/roles/ipaserver/library/ipaserver_enable_ipa.py @@ -4,7 +4,7 @@ # Authors: # Thomas Woerner <twoerner@redhat.com> # -# Based on ipa-client-install code +# Based on ipa-server-install code # # Copyright (C) 2017 Red Hat # see file 'COPYING' for use and warranty information @@ -33,7 +33,7 @@ ANSIBLE_METADATA = { DOCUMENTATION = ''' --- module: enable_ipa -short description: +short description: description: options: author: diff --git a/roles/ipaserver/library/ipaserver_master_password.py b/roles/ipaserver/library/ipaserver_master_password.py index 0509f2043ccf9b8e9d3359e7c93fb90738c61ef9..af8315a3175c96bbe51fb5ceaf23593d85ba2984 100644 --- a/roles/ipaserver/library/ipaserver_master_password.py +++ b/roles/ipaserver/library/ipaserver_master_password.py @@ -4,7 +4,7 @@ # Authors: # Thomas Woerner <twoerner@redhat.com> # -# Based on ipa-client-install code +# Based on ipa-server-install code # # Copyright (C) 2017 Red Hat # see file 'COPYING' for use and warranty information