Skip to content

Commit

Permalink
Merge pull request #20 from penguineer/dependency-updates
Browse files Browse the repository at this point in the history
Update the actions
  • Loading branch information
penguineer committed Nov 14, 2023
2 parents ce0f460 + 12c63b5 commit 8e15d8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
path: "${{ github.repository }}"

- name: molecule
uses: robertdebock/molecule-action@4.0.8
uses: robertdebock/molecule-action@6.0.1
1 change: 0 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions molecule/default/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e15d8b

Please sign in to comment.