fix(openclaw): define user vars in customize playbook

This commit is contained in:
William Valentin
2026-05-14 10:51:50 -07:00
parent 867f879d4a
commit 13087de8c4
+3
View File
@@ -12,6 +12,9 @@
- name: OpenClaw VM customizations
hosts: openclaw_servers
become: true
vars:
openclaw_user: openclaw
openclaw_home: /home/openclaw
tasks: