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 4211f2a commit 52571e3Copy full SHA for 52571e3
.github/workflows/test-replace-failed-postgresql.yaml
@@ -87,7 +87,8 @@ jobs:
87
--modulepath spec/fixtures/modules \
88
architecture=${{ matrix.install_architecture }} \
89
version=${{ matrix.version }} \
90
- console_password=${{ secrets.CONSOLE_PASSWORD }}
+ console_password=${{ secrets.CONSOLE_PASSWORD }} \
91
+ code_manager_auto_configure=true
92
- name: Output contents of litmus_inventory.yaml
93
run: |
94
cat spec/fixtures/litmus_inventory.yaml
0 commit comments