Prepare for Molecule 3.0.0
This commit is contained in:
parent
2083278949
commit
4835413dee
|
|
@ -9,6 +9,4 @@ rules:
|
|||
max-spaces-inside: 1
|
||||
level: error
|
||||
line-length: disable
|
||||
# NOTE(retr0h): Templates no longer fail this lint rule.
|
||||
# Uncomment if running old Molecule templates.
|
||||
truthy: disable
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.2.8
|
||||
uses: robertdebock/molecule-action@2.0.0
|
||||
with:
|
||||
entrypoint: /usr/local/bin/molecule
|
||||
args: lint
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: parse apparmor for mysql
|
||||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld
|
||||
- name: molecule
|
||||
uses: robertdebock/molecule-action@1.2.8
|
||||
uses: robertdebock/molecule-action@2.0.0
|
||||
with:
|
||||
image: {% raw %}${{ matrix.config.image }}{% endraw %}
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,9 @@ dependency:
|
|||
name: galaxy
|
||||
options:
|
||||
role-file: requirements.yml
|
||||
lint:
|
||||
name: yamllint
|
||||
lint: |
|
||||
yamllint .
|
||||
ansible-lint .
|
||||
driver:
|
||||
name: docker
|
||||
platforms:
|
||||
|
|
@ -25,9 +26,6 @@ provisioner:
|
|||
{% if verify.stat.exists %}
|
||||
verifier:
|
||||
name: ansible
|
||||
lint:
|
||||
name: ansible-lint
|
||||
enabled: yes
|
||||
{% endif %}
|
||||
scenario:
|
||||
name: default
|
||||
|
|
|
|||
Loading…
Reference in New Issue