mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-05 18:20:30 -07: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:
parent
0d02265a23
commit
ac0956ed6f
1 changed files with 3 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue