playbooks/test.yml
Haitao Pan 93a3067ea4 Merge branch 'codex/openclaw-playbook-concurrency'
# Conflicts:
#	roles/vhosts/gateway_openclaw/templates/openclaw.json.j2
#	roles/vhosts/xworkmate_bridge/defaults/main.yml
2026-06-22 13:25:45 +08:00

11 lines
319 B
YAML

- hosts: localhost
tasks:
- name: test
command: npm -v
environment:
PATH: "/Users/shenlan/.local/bin:/Users/shenlan/.npm-global/bin:/Users/shenlan/bin:/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin"
become: true
become_user: shenlan
register: out
- debug: var=out.stdout