mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #9104/195ae4af backport][stable-10] ipa_getkeytab: Fix example task (#9112)
ipa_getkeytab: Fix example task (#9104)
Fix ipa_getkeytab example task
(cherry picked from commit 195ae4afde)
Co-authored-by: alexander <79072457+abakanovskii@users.noreply.github.com>
This commit is contained in:
@@ -98,11 +98,9 @@ extends_documentation_fragment:
|
|||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
- name: Get kerberos ticket
|
- name: Get Kerberos ticket using default principal
|
||||||
ansible.builtin.shell: kinit admin
|
community.general.krb_ticket:
|
||||||
args:
|
password: "{{ aldpro_admin_password }}"
|
||||||
stdin: "{{ aldpro_admin_password }}"
|
|
||||||
changed_when: true
|
|
||||||
|
|
||||||
- name: Create keytab
|
- name: Create keytab
|
||||||
community.general.ipa_getkeytab:
|
community.general.ipa_getkeytab:
|
||||||
|
|||||||
Reference in New Issue
Block a user