We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 841fcad commit 8e6be96Copy full SHA for 8e6be96
.github/workflows/ci.yml
@@ -50,4 +50,10 @@ jobs:
50
sudo apt-get build-dep -y vagrant ruby-libvirt
51
sudo apt-get install -y --no-install-recommends libxslt-dev libxml2-dev libvirt-dev ruby-bundler ruby-dev zlib1g-dev
52
vagrant plugin install vagrant-libvirt
53
- - run: sudo -E -u ${USER} PATH=$PIPX_BIN_DIR:$PATH vagrant up --no-tty
+ - 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