Skip to content

Commit

Permalink
[ansible/sound] Run the sound server detection after the flush handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 22, 2023
1 parent 23ddece commit 5831899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ansible/roles/ovos_installer/tasks/sound.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
state: touch
notify: Start Sound Server

- name: Flush handlers sound
ansible.builtin.meta: flush_handlers

- name: Re-detect sound server
ansible.builtin.shell:
cmd: |
Expand All @@ -44,6 +47,3 @@
executable: /bin/bash
register: _detect_sound_server
changed_when: false

- name: Flush handlers sound
ansible.builtin.meta: flush_handlers

0 comments on commit 5831899

Please sign in to comment.