Use action with ansible-later 1.4.0.

This commit is contained in:
Robert de Bock 2021-10-13 09:21:45 +02:00
parent 68bdea31fa
commit f376644545
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
path: {% raw %}"${{ github.repository }}"{% endraw %}
- name: molecule
uses: robertdebock/molecule-action@2.7.0
uses: robertdebock/molecule-action@2.7.1
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.7.0
uses: robertdebock/molecule-action@2.7.1
with:
image: {% raw %}${{ matrix.config.image }}{% endraw %}