ipa_getkeytab: Fix example task (#9104)

Fix ipa_getkeytab example task
pull/9114/head
alexander 2024-11-09 01:07:58 +03:00 committed by GitHub
parent 04c2ad18da
commit 195ae4afde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 5 deletions

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: