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 7b6c5fb commit 2bc8f2bCopy full SHA for 2bc8f2b
.github/workflows/main.yaml
@@ -95,5 +95,5 @@ jobs:
95
cd ansible/
96
pwd
97
mkdir -p roles/app/defaults
98
- echo "postgres_password: ${{ secrets.POSTGRES_PASS }}" >> roles/app/defaults/main.yaml
+ echo -e "\npostgres_password: ${{ secrets.POSTGRES_PASS }}" >> roles/app/defaults/main.yaml
99
ansible-playbook playbook.yaml
0 commit comments