Skip to content

Commit

Permalink
Fix broken handler reference (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak authored Jan 22, 2024
1 parent 1161fcc commit 59d824a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
ansible.builtin.service:
name: "{{ docker_service_name }}"
state: restarted
listen: docker.restart
2 changes: 1 addition & 1 deletion tasks/logging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
group: root
owner: root
mode: 0644
notify: restart docker service
notify: docker.restart
when: docker_log_conf_manage

0 comments on commit 59d824a

Please sign in to comment.