1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_versioncheck.git synced 2024-08-16 15:59:49 +02:00

Merge pull request #10 from roles-ansible/2.11.0

I think it is time to use ansible 2.10.5
This commit is contained in:
L3D 2021-10-06 11:22:45 +02:00 committed by GitHub
commit 176a2b0799
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 8 deletions

View file

@ -2,13 +2,7 @@
name: 'Yamllint GitHub Actions'
# yamllint disable-line rule:truthy
on:
push:
branches: '*'
pull_request:
branches: '*'
schedule:
- cron: '23 6 * */1 *'
on: [push, pull_request]
jobs:
yamllint:
@ -22,3 +16,7 @@ jobs:
with:
yamllint_file_or_dir: '.'
yamllint_config_filepath: './.yamllint'
yamllint_strict: false
yamllint_comment: true
# env:
# GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }

View file

@ -1,2 +1,2 @@
---
check_ansible_version: 2.9.0
check_ansible_version: '2.10.5'