nextcloud icon indicating copy to clipboard operation
nextcloud copied to clipboard

Don't force use of the credential_store value for DB password.

Open perfectra1n opened this issue 2 years ago • 0 comments

Currently, the ansible script forces use of the credential store's Nextcloud database password, even though currently this value is set within the playbook. If the value does not exist in user-defined values, a value is generated, placed in the credential store, and set for the playbook.

This commit utilizes the playbook's variable instead of forcing use of the credential store's.

perfectra1n avatar Mar 13 '23 02:03 perfectra1n