Tôi đang thực hiện thông qua một tháp ansible đoạn mã sau:
chỉ huy:
chdir={{ __iim_install_location }}/eclipse/tools/
"su - {{ __was_user }} -c {{ __iim_install_location }}/eclipse/tools/imcl install {{ __product_id }} -acceptLicense -repositories {{ __tmp_dir }}/{{ item.file_name }} -installationDirectory {{ __was_install_location} } -log {{ __log_file }}"
đăng ký: cout
with_items: "{{ __was_this_files }}"
đã thay đổi khi: cout.stdout được xác định và ( cout.stdout.find( __version_check ) != -1)
Tôi nhận được lỗi sau. Tôi xác thực và tất cả các đường dẫn tồn tại trong Máy chủ từ xa.
{
"ansible_loop_var": "mục",
"_ansible_no_log": sai,
"đã thay đổi": sai,
"mục": {
"check_sum": "866C82D13C24189E880C70AF7AE20143851330AD1C090E0DCF687B612BBC8513",
"file_name": "8.5.5.16-ws-was-ifph42899.zip"
},
"cmd": "'su - was -c /opt/IBM/was/InstallationManager/eclipse/tools/imcl install 8.5.5.16-WS-WAS-IFPH42899_8.5.5016.20211218_1245 -acceptLicense -kho /mnt/software/IBM/ WAS/8.5.5.16-ws-was-ifph42899.zip -installationDirectory /opt/IBM/was5/WebSphere/AppServer -log /opt/IBM/was/logs/was_nd_fix_install.20211223102239.log'",
"_ansible_item_label": {
"check_sum": "866C82D13C24189E880C70AF7AE20143851330AD1C090E0DCF687B612BBC8513",
"file_name": "8.5.5.16-ws-was-ifph42899.zip"
},
"rc": 2,
"yêu cầu": {
"module_args": {
"tạo": null,
"thực thi": null,
"chdir": "/opt/IBM/was/InstallationManager/eclipse/tools/",
"strip_empty_ends": đúng,
"_raw_params": "\"su - was -c /opt/IBM/was/InstallationManager/eclipse/tools/imcl install 8.5.5.16-WS-WAS-IFPH42899_8.5.5016.20211218_1245 -acceptLicense -repositories /mnt/software/IBM /WAS/8.5.5.16-ws-was-ifph42899.zip -installationDirectory /opt/IBM/was5/WebSphere/AppServer -log /opt/IBM/was/logs/was_nd_fix_install.20211223102239.log\"",
"loại bỏ": null,
"argv": không,
"cảnh báo": đúng,
"_uses_shell": sai,
"stdin_add_newline": đúng,
"stdin": không
}
},
"msg": "[Errno 2] Tệp hoặc thư mục trong tên đường dẫn không tồn tại.: b'su - was -c /opt/IBM/was/InstallationManager/eclipse/tools/imcl install 8.5.5.16-WS- WAS-IFPH42899_8.5.5016.20211218_1245 -acceptLicense -kho lưu trữ /mnt/software/IBM/WAS/8.5.5.16-ws-was-ifph42899.zip -installationDirectory /opt/IBM/was5/WebSphere/AppServer -log /opt/IBM/ was/logs/was_nd_fix_install.20211223102239.log': b'su - was -c /opt/IBM/was/InstallationManager/eclipse/tools/imcl cài đặt 8.5.5.16-WS-WAS-IFPH42899_8.5.5016.20211218_1245 -acceptLicense -repositories /mnt/software/IBM/WAS/8.5.5.16-ws-was-ifph42899.zip -installationDirectory /opt/IBM/was5/WebSphere/AppServer -log /opt/IBM/was/logs/was_nd_fix_install.20211223102239.log'"
}