Skip to content

Commit

Permalink
[ansible/docker] Fix FQCN
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Aug 1, 2024
1 parent 95ceb31 commit f67d6d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/ovos_installer/tasks/docker/setup-Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
install_recommends: false

- name: Install x11-xserver-utils package
community.general.apt:
ansible.builtin.apt:
name: x11-xserver-utils
install_recommends: false
when: ovos_installer_display_server != "N/A"
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 @@ -19,6 +19,6 @@
- docker-ce-rootless-extras

- name: Install xorg-x11-server-utils package
community.general.dnf:
ansible.builtin.dnf:
name: xorg-x11-server-utils
when: ovos_installer_display_server != "N/A"

0 comments on commit f67d6d1

Please sign in to comment.