udpate
Some checks failed
CI/CD Pipeline / lint (push) Failing after 22s
CI/CD Pipeline / build (push) Has been skipped
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
sotos
2025-12-16 11:28:47 +01:00
parent ab8ceff931
commit 4d88e28f8b
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ name: CI/CD Pipeline
on: on:
push: push:
branches: [main,flip_dev] branches: [main, flip_dev]
jobs: jobs:
lint: lint:

View File

@@ -1,6 +1,6 @@
--- ---
- hosts: all - hosts: all
become: yes become: true
roles: roles:
- role: docker/snake - role: docker/snake
@@ -10,7 +10,7 @@
name: name:
- ca-certificates - ca-certificates
- curl - curl
update_cache: yes update_cache: true
- name: Install Docker - name: Install Docker
shell: curl -fsSL https://get.docker.com | sh shell: curl -fsSL https://get.docker.com | sh