forked from infra/ansible
roles/ipa/botuser: Drop the freeipa. prefix.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
f5a5681182
commit
075447568c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- name: Create user entry
|
||||
delegate_to: "{{ ipa_server }}"
|
||||
freeipa.ansible_freeipa.ipauser:
|
||||
ipauser:
|
||||
ipaadmin_password: "{{ ipa_admin_password }}"
|
||||
name: "{{ username }}"
|
||||
first: "{{ first }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue