Fix: postgres deploy secret
All checks were successful
Ansible Playbook lint & deploy / ansible-lint (push) Successful in 11s
Ansible Playbook lint & deploy / run-ansible-mongo (push) Successful in 10s
Ansible Playbook lint & deploy / run-ansible-postgres (push) Successful in 10s

This commit is contained in:
2024-12-03 01:03:23 +00:00
parent 74ab9710d1
commit 102b7d262e

View File

@@ -65,7 +65,7 @@ jobs:
- name: Setup secret
run: |
mkdir -p group_vars/mongo/
echo "${{ secrets.MONGO_SECRET }}" > group_vars/mongo/secret.yml
mkdir -p group_vars/postgres/
echo "${{ secrets.POSTGRES_SECRET }}" > group_vars/postgres/secret.yml
- name: Run playbook
run: ansible-playbook playbooks/postgres_users.yml