mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-06 10:40:36 -07:00
fix yamllint false positive
This commit is contained in:
parent
4cf0393569
commit
12c101ec44
18 changed files with 18 additions and 18 deletions
2
.github/workflows/ansible-test-plugins.yml
vendored
2
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Plugins CI
|
name: Plugins CI
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'plugins/**'
|
- 'plugins/**'
|
||||||
|
|
2
.github/workflows/ansible-test-roles.yml
vendored
2
.github/workflows/ansible-test-roles.yml
vendored
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
name: Roles CI
|
name: Roles CI
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'roles/**'
|
- 'roles/**'
|
||||||
|
|
2
.github/workflows/build-docker-image.yml
vendored
2
.github/workflows/build-docker-image.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Build Docker Image for ansible-test
|
name: Build Docker Image for ansible-test
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
registry:
|
registry:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py310-mysqlclient211
|
name: Docker Image CI mariadb-py310-mysqlclient211
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py310-mysqlclient211/**'
|
- 'test-containers/mariadb-py310-mysqlclient211/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py310-pymysql102
|
name: Docker Image CI mariadb-py310-pymysql102
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py310-pymysql102/**'
|
- 'test-containers/mariadb-py310-pymysql102/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py38-mysqlclient201
|
name: Docker Image CI mariadb-py38-mysqlclient201
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py38-mysqlclient201/**'
|
- 'test-containers/mariadb-py38-mysqlclient201/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py38-pymysql093
|
name: Docker Image CI mariadb-py38-pymysql093
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py38-pymysql093/**'
|
- 'test-containers/mariadb-py38-pymysql093/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py39-mysqlclient203
|
name: Docker Image CI mariadb-py39-mysqlclient203
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py39-mysqlclient203/**'
|
- 'test-containers/mariadb-py39-mysqlclient203/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mariadb-py39-pymysql093
|
name: Docker Image CI mariadb-py39-pymysql093
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mariadb-py39-pymysql093/**'
|
- 'test-containers/mariadb-py39-pymysql093/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI my57-py38-mysqlclient201
|
name: Docker Image CI my57-py38-mysqlclient201
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/my57-py38-mysqlclient201/**'
|
- 'test-containers/my57-py38-mysqlclient201/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI my57-py38-pymysql0711
|
name: Docker Image CI my57-py38-pymysql0711
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/my57-py38-pymysql0711/**'
|
- 'test-containers/my57-py38-pymysql0711/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI my57-py38-pymysql093
|
name: Docker Image CI my57-py38-pymysql093
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/my57-py38-pymysql093/**'
|
- 'test-containers/my57-py38-pymysql093/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py310-mysqlclient211
|
name: Docker Image CI mysql-py310-mysqlclient211
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py310-mysqlclient211/**'
|
- 'test-containers/mysql-py310-mysqlclient211/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py310-pymysql102
|
name: Docker Image CI mysql-py310-pymysql102
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py310-pymysql102/**'
|
- 'test-containers/mysql-py310-pymysql102/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py38-mysqlclient201
|
name: Docker Image CI mysql-py38-mysqlclient201
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py38-mysqlclient201/**'
|
- 'test-containers/mysql-py38-mysqlclient201/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py38-pymysql093
|
name: Docker Image CI mysql-py38-pymysql093
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py38-pymysql093/**'
|
- 'test-containers/mysql-py38-pymysql093/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py39-mysqlclient203
|
name: Docker Image CI mysql-py39-mysqlclient203
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py39-mysqlclient203/**'
|
- 'test-containers/mysql-py39-mysqlclient203/**'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
name: Docker Image CI mysql-py39-pymysql093
|
name: Docker Image CI mysql-py39-pymysql093
|
||||||
|
|
||||||
on:
|
on: # yamllint disable-line rule:truthy
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'test-containers/mysql-py39-pymysql093/*'
|
- 'test-containers/mysql-py39-pymysql093/*'
|
||||||
|
|
Loading…
Add table
Reference in a new issue