fix: resolve ansible lint issues
Fixes lint issues and expands PR CI coverage to the development branch.
This commit is contained in:
parent
fd935a8b5a
commit
0427d13fb8
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
push:
|
||||
branches: [main, development]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [main, development]
|
||||
|
||||
jobs:
|
||||
yaml-lint:
|
||||
|
||||
@ -20,6 +20,6 @@ all:
|
||||
# If set, these keys will be added to ~/.ssh/authorized_keys
|
||||
# openclaw_ssh_keys:
|
||||
# - "ssh-ed25519 AAAAC3Nz..."
|
||||
|
||||
|
||||
# Tailscale Auth Key (Optional) - Leave empty to skip auto-connect
|
||||
# tailscale_authkey: "tskey-auth-..."
|
||||
|
||||
@ -1,2 +1,3 @@
|
||||
---
|
||||
- ansible.builtin.import_playbook: playbooks/install.yml
|
||||
- name: OpenClaw Installation
|
||||
ansible.builtin.import_playbook: playbooks/install.yml
|
||||
|
||||
@ -51,6 +51,7 @@
|
||||
- name: Install pnpm globally
|
||||
ansible.builtin.command: npm install -g pnpm
|
||||
when: pnpm_check.rc != 0
|
||||
changed_when: pnpm_check.rc != 0
|
||||
|
||||
- name: Verify Node.js installation
|
||||
ansible.builtin.command: node --version
|
||||
|
||||
Loading…
Reference in New Issue
Block a user