mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 06:14:17 +00:00
fix: Typo
This commit is contained in:
parent
f7e1ff5fba
commit
f4a2aa4b9b
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ mash_playbook_devture_postgres_managed_databases_auto_itemized:
|
|||
'name': semaphore_database_name,
|
||||
'username': semaphore_database_username,
|
||||
'password': semaphore_database_password,
|
||||
} if semaphore_enabled and semaphore_database_hostname == devture_postgres_identifier else omit)
|
||||
} if semaphore_enabled and semaphore_database_host == devture_postgres_identifier else omit)
|
||||
}}
|
||||
# /role-specific:semaphore
|
||||
|
||||
|
|
Loading…
Reference in a new issue