Skip to content

Commit

Permalink
handlers: fix daemon reload
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-nols committed Feb 11, 2024
1 parent 3af943e commit 2148104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- name: Daemon_reload

Check warning on line 2 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

args[module]

missing required arguments: name

Check warning on line 2 in handlers/main.yml

View workflow job for this annotation

GitHub Actions / Ansible Lint

args[module]

missing required arguments: name
ansible.builtin.service:
name: "{{ ss14_name }}.service"
daemon_reload: true

- name: Restart_ss14
Expand Down

0 comments on commit 2148104

Please sign in to comment.