Skip to content

Commit

Permalink
ipa_getkeytab: Fix example task (#9104)
Browse files Browse the repository at this point in the history
Fix ipa_getkeytab example task
  • Loading branch information
abakanovskii authored Nov 8, 2024
1 parent 04c2ad1 commit 195ae4a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions plugins/modules/ipa_getkeytab.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,9 @@
'''

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:
Expand Down

0 comments on commit 195ae4a

Please sign in to comment.