Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fix failed_when statement for role pre-tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Oct 20, 2023
1 parent dfa4223 commit 1fb4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/resources/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
delay: 5
when: ansible_service_mgr == 'systemd'
changed_when: false
failed_when: systemctl_status.rc > 1
failed_when: systemctl_status.rc > 0

roles:
- role: mirsg.java

0 comments on commit 1fb4bca

Please sign in to comment.