12 lines
403 B
YAML
12 lines
403 B
YAML
|
---
|
||
|
|
||
|
- name: Print Nextcloud DB credentials
|
||
|
ansible.builtin.debug:
|
||
|
msg: >-
|
||
|
Your Nextcloud database information is:
|
||
|
Host (`{{ nextcloud_database_hostname }}`),
|
||
|
Port (`{{ nextcloud_database_port }}`),
|
||
|
Database Name (`{{ nextcloud_database_name }}`),
|
||
|
Database Username (`{{ nextcloud_database_username }}`),
|
||
|
Database Password (`{{ nextcloud_database_password }}`)
|