Skip to content

Commit

Permalink
Disable idempotence checks for the roadrunner systemd path unit
Browse files Browse the repository at this point in the history
  • Loading branch information
medanthelinium committed Jan 26, 2024
1 parent bb8f209 commit 31cfc5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/config-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
dest: "/etc/systemd/system/roadrunner@{{ roadrunner_config.key }}.service"

- name: Start and enable roadrunner@{{ roadrunner_config.key }}.path
tags:
- molecule-idempotence-notest
ansible.builtin.service:
daemon_reload: yes
name: roadrunner@{{ roadrunner_config.key }}.service
Expand Down

0 comments on commit 31cfc5a

Please sign in to comment.