Skip to content

Commit

Permalink
Redis: don't verify service in check mode
Browse files Browse the repository at this point in the history
This causes failures if Redis has not been installed yet.
  • Loading branch information
stsnel committed Oct 19, 2023
1 parent 8b10091 commit 28652fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/redis/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@
name: redis
state: started
enabled: true
when: not ansible_check_mode

0 comments on commit 28652fb

Please sign in to comment.