Skip to content

Commit 21b411c

Browse files
authored
Merge pull request #236 from OpenVoiceOS/fix/replace_include_with_import
[ansible/handler] Replace include by import
2 parents 2415c4e + ad05dc6 commit 21b411c

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/ovos_installer/handlers

1 file changed

+1
-1
lines changed

ansible/roles/ovos_installer/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
- name: Start Sound Server
3-
ansible.builtin.include_tasks: block-sound.yml
3+
ansible.builtin.import_tasks: block-sound.yml
44

55
- name: Reload Systemd User
66
become: true

0 commit comments

Comments
 (0)