udpate
This commit is contained in:
@@ -3,7 +3,7 @@ name: CI/CD Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main,flip_dev]
|
||||
branches: [main, flip_dev]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- hosts: all
|
||||
become: yes
|
||||
become: true
|
||||
roles:
|
||||
- role: docker/snake
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
name:
|
||||
- ca-certificates
|
||||
- curl
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
|
||||
- name: Install Docker
|
||||
shell: curl -fsSL https://get.docker.com | sh
|
||||
|
||||
Reference in New Issue
Block a user