fix(openclaw): use 'run' command instead of positional config file in launchd plist
This commit is contained in:
parent
a170671ffd
commit
ae9f09d77f
@ -196,3 +196,7 @@
|
||||
- name: Import macOS specific Node.js tasks
|
||||
ansible.builtin.import_tasks: darwin.yml
|
||||
when: ansible_os_family == 'Darwin'
|
||||
|
||||
- name: Import Windows specific Node.js tasks
|
||||
ansible.builtin.import_tasks: windows.yml
|
||||
when: ansible_os_family == 'Windows'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user