mirror of
https://github.com/openclaw/openclaw-ansible.git
synced 2026-07-21 01:05:24 -04:00
Fails on fresh debian 13 as root #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kyeotic on GitHub (Jan 28, 2026).
Running as root, which the requirements say is supported
I tested with
curl -fsSL https://raw.githubusercontent.com/moltbot/clawdbot-ansible/main/install.sh | bashjust to be safe and it fails in the same wayI also created a new user, gave it sudo permission, and ran the script (on a fresh install). It fails with the same error to not run as root.
@slayer01 commented on GitHub (Feb 4, 2026):
Edit: Its already addressed here -> https://github.com/openclaw/openclaw-ansible/issues/3
this is because the playbook overwrites ansible_env in pre_tasks.
Change this in playbook.yml