Try to fix an error in a module

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-10-21 17:00:46 +02:00
parent 96bc8300f1
commit 5be417c997
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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