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 8e6be96 commit bfb18e3Copy full SHA for bfb18e3
.github/workflows/ci.yml
@@ -55,5 +55,6 @@ jobs:
55
ANSIBLE_STDOUT_CALLBACK=debug
56
ANSIBLE_DISPLAY_SKIPPED_HOSTS=no
57
ANSIBLE_DISPLAY_OK_HOSTS=no
58
+ DEBIAN_FRONTEND=noninteractive
59
PATH=$PIPX_BIN_DIR:$PATH
- vagrant up --no-tty
60
+ vagrant up --no-tty || true
0 commit comments