Skip to content

Commit

Permalink
Don't fail if the legacy rr service doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Jan 30, 2024
1 parent ad62338 commit 58196d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
validate: 'bash -c "cat /etc/sudoers %s | visudo -cf-"'

- name: Stop and disable the older Roadrunner service
failed_when: no
ansible.builtin.service:
name: roadrunner
state: stopped
Expand Down

0 comments on commit 58196d1

Please sign in to comment.