Skip to content

Commit 8e6be96

Browse files
committed
[actions] run ansible with debug+terse output
1 parent 841fcad commit 8e6be96

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,10 @@ jobs:
5050
sudo apt-get build-dep -y vagrant ruby-libvirt
5151
sudo apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
5252
vagrant plugin install vagrant-libvirt
53-
- run: sudo -E -u ${USER} PATH=$PIPX_BIN_DIR:$PATH vagrant up --no-tty
53+
- run: >
54+
sudo -E -u ${USER}
55+
ANSIBLE_STDOUT_CALLBACK=debug
56+
ANSIBLE_DISPLAY_SKIPPED_HOSTS=no
57+
ANSIBLE_DISPLAY_OK_HOSTS=no
58+
PATH=$PIPX_BIN_DIR:$PATH
59+
vagrant up --no-tty

0 commit comments

Comments
 (0)