Move the print of psql_db_data into its own file.

This commit is contained in:
Andrea Dell'Amico 2024-03-25 13:38:27 +01:00
parent 113bb9ad8a
commit 999098d272
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
---
- name: Optionally print the psql_db_data contents
ansible.builtin.import_tasks: print_psql_db_data.yml
- import_tasks: configure-access.yml
when: psql_db_data is defined
- import_tasks: manage_dbs.yml