[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:
patchback[bot] 2024-11-09 10:53:42 +01:00 committed by GitHub
parent 0d02265a23
commit ac0956ed6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,11 +98,9 @@ extends_documentation_fragment:
'''
EXAMPLES = r'''
- name: Get kerberos ticket
ansible.builtin.shell: kinit admin
args:
stdin: "{{ aldpro_admin_password }}"
changed_when: true
- name: Get Kerberos ticket using default principal
community.general.krb_ticket:
password: "{{ aldpro_admin_password }}"
- name: Create keytab
community.general.ipa_getkeytab: