diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 891ba36..2e1eb21 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -19,7 +19,7 @@ jobs: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.8 + uses: robertdebock/molecule-action@6.0.1 release: needs: @@ -28,7 +28,7 @@ jobs: steps: - name: galaxy - uses: robertdebock/galaxy-action@1.2.0 + uses: robertdebock/galaxy-action@1.2.1 with: galaxy_api_key: ${{ secrets.GALAXY_API_KEY }} git_branch: main diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 094dcd5..ccca96e 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -19,4 +19,4 @@ jobs: path: "${{ github.repository }}" - name: molecule - uses: robertdebock/molecule-action@4.0.8 + uses: robertdebock/molecule-action@6.0.1 diff --git a/handlers/main.yml b/handlers/main.yml index ce783b0..65a72e2 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -3,7 +3,6 @@ - name: reload cron ansible.builtin.shell: cmd: service cron reload - warn: no # Use the shell call because the task sometimes has problems finding the service state # service: # name: cron diff --git a/molecule/default/prepare.yml b/molecule/default/prepare.yml index 529caa7..7ac592c 100644 --- a/molecule/default/prepare.yml +++ b/molecule/default/prepare.yml @@ -17,12 +17,10 @@ - name: Start syslog ansible.builtin.shell: cmd: service syslog-ng start - warn: no - name: Start cron ansible.builtin.shell: cmd: service cron start - warn: no # Use the shell call because the task sometimes has problems finding the service state # service: # name: cron