Try to fix an error in a module
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
96bc8300f1
commit
5be417c997
1 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@
|
|||
- "Self-service Portal Administrators"
|
||||
user:
|
||||
- noggin
|
||||
ipa_host: localhost
|
||||
ipa_host: "{{ ansible_fqdn }}"
|
||||
ipa_user: admin
|
||||
ipa_pass: "{{ipa_admin_password}}"
|
||||
validate_certs: no
|
||||
|
@ -452,7 +452,7 @@
|
|||
user:
|
||||
- admin
|
||||
- fas_sync
|
||||
ipa_host: localhost
|
||||
ipa_host: "{{ ansible_fqdn }}"
|
||||
ipa_user: admin
|
||||
ipa_pass: "{{ipa_admin_password}}"
|
||||
validate_certs: no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue