roles/keytab/service: Forgot one task for python2 setting.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5edcaa7614
commit
f749bed45e
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@
|
|||
when: not keytab_status.stat.exists
|
||||
|
||||
- name: Grant admin access to keytab
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python2
|
||||
delegate_to: "{{ ipa_server }}"
|
||||
command: ipa service-allow-retrieve-keytab {{service}}/{{host}} --users=admin
|
||||
register: service_perm_add_result
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue