Skip to content

Commit

Permalink
Merge pull request #236 from OpenVoiceOS/fix/replace_include_with_import
Browse files Browse the repository at this point in the history
[ansible/handler] Replace include by import
  • Loading branch information
goldyfruit authored Jan 4, 2025
2 parents 2415c4e + ad05dc6 commit 21b411c
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 21b411c

Please sign in to comment.