Introduce ansible-later.
This commit is contained in:
parent
213cfbdebd
commit
68bdea31fa
|
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
rules:
|
||||
version: "0.2"
|
||||
exclude_files:
|
||||
- meta/argument_specs.yml
|
||||
- meta/exception.yml
|
||||
- meta/preferences.yml
|
||||
- meta/version.yml
|
||||
- requirements.txt
|
||||
exclude_filter:
|
||||
- LINT0009
|
||||
- ANSIBLE0007
|
||||
|
|
@ -147,6 +147,8 @@
|
|||
dest: .github/FUNDING.yml
|
||||
- source: pre-commit-config.yaml
|
||||
dest: .pre-commit-config.yaml
|
||||
- source: later.yml
|
||||
dest: .later.yml
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
image: robertdebock/github-action-molecule:3.0.6
|
||||
image: robertdebock/github-action-molecule:3.3.0
|
||||
|
||||
services:
|
||||
- docker:dind
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
path: {% raw %}"${{ github.repository }}"{% endraw %}
|
||||
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.6.16
|
||||
uses: robertdebock/molecule-action@2.7.0
|
||||
with:
|
||||
command: lint
|
||||
test:
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@2.6.16
|
||||
uses: robertdebock/molecule-action@2.7.0
|
||||
with:
|
||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ lint: |
|
|||
set -e
|
||||
yamllint .
|
||||
ansible-lint
|
||||
ansible-later
|
||||
driver:
|
||||
name: docker
|
||||
platforms:
|
||||
|
|
|
|||
Loading…
Reference in New Issue