From 5de5149612bb66d0e48d6d27454416099c533753 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Tue, 19 Jan 2021 12:51:27 +1100 Subject: [PATCH] DCD-1190: Typo in test. --- roles/bitbucket_config/molecule/default/playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/bitbucket_config/molecule/default/playbook.yml b/roles/bitbucket_config/molecule/default/playbook.yml index 8a37408..2a1addf 100644 --- a/roles/bitbucket_config/molecule/default/playbook.yml +++ b/roles/bitbucket_config/molecule/default/playbook.yml @@ -12,7 +12,7 @@ atl_jdbc_user: 'bb_db_user' atl_jdbc_password: 'molecule_password' - atl_bitbucket_properties_raw: "key1=va1 key2=val2 key3=val3" + atl_bitbucket_properties_raw: "key1=val1 key2=val2 key3=val3" roles: - role: linux_common