Skip to content

Commit 2bc8f2b

Browse files
author
Kroner
committed
fix pipeline - add /n
1 parent 7b6c5fb commit 2bc8f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
cd ansible/
9696
pwd
9797
mkdir -p roles/app/defaults
98-
echo "postgres_password: ${{ secrets.POSTGRES_PASS }}" >> roles/app/defaults/main.yaml
98+
echo -e "\npostgres_password: ${{ secrets.POSTGRES_PASS }}" >> roles/app/defaults/main.yaml
9999
ansible-playbook playbook.yaml

0 commit comments

Comments
 (0)