diff --git a/.github/workflows/ansible-test-plugins.yml b/.github/workflows/ansible-test-plugins.yml index 10f3101..ba885b2 100644 --- a/.github/workflows/ansible-test-plugins.yml +++ b/.github/workflows/ansible-test-plugins.yml @@ -435,8 +435,8 @@ jobs: echo -n "${{ matrix.db_engine_name }}" > tests/integration/db_engine_name; - echo Setting db_engine_version to - "${{ matrix.db_engine_version }}"...; + echo Setting db_engine_version to \ + "${{ matrix.db_engine_version }}"...; echo -n "${{ matrix.db_engine_version }}" > tests/integration/db_engine_version;