Update molecule-action version.

This commit is contained in:
Robert de Bock 2020-07-16 08:59:33 +02:00
parent 9755ca9f99
commit fd42d6b353
2 changed files with 2 additions and 5 deletions

View file

@ -22,7 +22,7 @@ jobs:
with:
path: "${{ github.repository }}"
- name: molecule
uses: robertdebock/molecule-action@2.6.0
uses: robertdebock/molecule-action@2.6.1
with:
command: lint
test:
@ -53,7 +53,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.0
uses: robertdebock/molecule-action@2.6.1
with:
image: ${{ matrix.config.image }}
tag: ${{ matrix.config.tag }}

View file

@ -7,9 +7,6 @@
package:
name: "{{ grub_packages }}"
state: present
register: grub_install_required_packages
until: grub_install_required_packages is succeeded
retries: 3
- name: set GRUB_TIMEOUT
lineinfile: