We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHEL 系の場合、タスクでモジュールをインポートすることができない。
TASK [ktooi.slapd : Ensure a module memberof.la was loaded] ******************** An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ldap.OTHER: {'msgtype': 105, 'msgid': 3, 'result': 80, 'desc': 'Other (e.g., implementation specific) error', 'ctrls': [], 'info': '<olcModuleLoad> handler exited with 1'} fatal: [instance]: FAILED! => {"changed": false, "details": "{'msgtype': 105, 'msgid': 3, 'result': 80, 'desc': 'Other (e.g., implementation specific) error', 'ctrls': [], 'info': '<olcModuleLoad> handler exited with 1'}", "msg": "Entry action failed."}
暫定的にテスト時にはモジュールのインポートを行わないように設定する。
The text was updated successfully, but these errors were encountered:
#12: Disable the import modules at test of RHEL.
2715aa3
No branches or pull requests
RHEL 系の場合、タスクでモジュールをインポートすることができない。
暫定的にテスト時にはモジュールのインポートを行わないように設定する。
The text was updated successfully, but these errors were encountered: