Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Dec 2, 2023
1 parent dfc8abc commit 9860263
Show file tree
Hide file tree
Showing 4 changed files with 149 additions and 140 deletions.
4 changes: 2 additions & 2 deletions handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: restart docker service
service:
- name: Restart docker service
ansible.builtin.service:
name: "{{ docker_service_name }}"
state: restarted
Loading

0 comments on commit 9860263

Please sign in to comment.