fix: resolve ansible lint issues

Fixes lint issues and expands PR CI coverage to the development branch.
This commit is contained in:
Faycal Said 2026-05-06 08:41:25 +02:00 committed by GitHub
parent fd935a8b5a
commit 0427d13fb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ on:
push:
branches: [main, development]
pull_request:
branches: [main]
branches: [main, development]
jobs:
yaml-lint:

View File

@ -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-..."

View File

@ -1,2 +1,3 @@
---
- ansible.builtin.import_playbook: playbooks/install.yml
- name: OpenClaw Installation
ansible.builtin.import_playbook: playbooks/install.yml

View File

@ -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