For the complete documentation index, see llms.txt. This page is also available as Markdown.

ansible-role-s3fs : Install rclone

TASK [ansible-role-s3fs : Install rclone] ********************************************************************************************************************************
fatal: [srv01]: FAILED! =>
    changed: true
    cmd:
    - /tmp/install_rclone.sh
    delta: '0:00:00.016487'
    end: '2026-06-08 12:12:00.381065'
    msg: non-zero return code
    rc: 4
    start: '2026-06-08 12:12:00.364578'
    stderr: ''
    stderr_lines: <omitted>
    stdout: |4-

        None of the supported tools for extracting zip archives (unzip 7z busybox) were found. Please install one of them and try again.
    stdout_lines: <omitted>

The reason is that you don't have zip - unzip installed. To solve this, install unzip package properly and execute again the NODEUM ansible-playbook.

Last updated

Was this helpful?