mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 12:59:09 -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'''
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue