You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
args[module]: value of userauthtype must be one or more of: password, radius, otp, pkinit, hardened, idp, . Got no match for: {{ item.value.authtype | d(['password']) }}
freeipa_lintfail.yml:6 Task/Handler: Ensure IPA users are present
Read documentation for instructions on how to ignore specific rule violations.
Rule Violation Summary
count tag profile rule associated tags
1 args[module] syntax, experimental
Failed: 1 failure(s), 0 warning(s) on 1 files. Last profile that met the validation criteria was 'production'. Rating: 5/5 star
The text was updated successfully, but these errors were encountered:
Summary
linter interprets freeipa.ansible_freeipa.userauthtype as string if it is defined as variable.
freeipa.ansible_freeipa.ipauser module.
Issue Type
OS / ENVIRONMENT
macOS: Sonoma 14.5
Brew Cellar
pip
STEPS TO REPRODUCE
ansible-galaxy collection install freeipa.ansible_freeipa
Desired Behavior
passing the linter
Possible security bugs should be reported via email to
[email protected]
Actual Behavior
Please give some details of what is happening. Include a minimum complete
verifiable example with:
ansible-playbook --syntax-check playbook
Reproduce
Lint OK
Lint fail
The text was updated successfully, but these errors were encountered: