Skip to content

Commit

Permalink
Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
x86-39 committed Oct 28, 2023
1 parent 0ca0895 commit 86e0ce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/galaxy-import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Import to Galaxy
workflow_run:
workflows: ['Molecule Test']
types: ["completed"]
workflow_dispatch:

jobs:
galaxy-import:
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'running' in systemctl_status.stdout or
'degraded' in systemctl_status.stdout
retries: 30
delay: 5
delay: 2
when: ansible_facts["service_mgr"] == 'systemd'
changed_when: false
failed_when: false
Expand Down

0 comments on commit 86e0ce5

Please sign in to comment.