Skip to content

Commit

Permalink
Merge pull request #125 from OpenVoiceOS/fix/missing_xhost
Browse files Browse the repository at this point in the history
[ansible/docker] Handle xhost on Fedora
  • Loading branch information
goldyfruit authored Aug 1, 2024
2 parents 3ae77f6 + f718006 commit d983745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/docker/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@

- name: Install xorg-x11-server-utils package
ansible.builtin.dnf:
name: xorg-x11-server-utils
name: "{{ 'xhost' if ansible_distribution == 'Fedora' else 'xorg-x11-server-utils' }}"
when: ovos_installer_display_server != "N/A"

0 comments on commit d983745

Please sign in to comment.