Skip to content

Commit

Permalink
[ansible/handler] Replace include by import
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Jan 4, 2025
1 parent d5a452e commit ad05dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Start Sound Server
ansible.builtin.include_tasks: block-sound.yml
ansible.builtin.import_tasks: block-sound.yml

- name: Reload Systemd User
become: true
Expand Down

0 comments on commit ad05dc6

Please sign in to comment.