Skip to content

Commit

Permalink
[ansible/video] set -o pipefail
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Aug 1, 2024
1 parent 980104d commit 4796bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/ovos_installer/tasks/video.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
become_user: "{{ ovos_installer_user }}"
ansible.builtin.shell:
cmd: |
set -o pipefail
env | awk -F"=" '$1 = /WAYLAND_DISPLAY/ { print $2 }'
executable: /bin/bash
register: _ovos_wayland_display
Expand Down

0 comments on commit 4796bf7

Please sign in to comment.