From 730be8b91937e396344d4782193ba262477ee131 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Wed, 5 Dec 2018 16:05:46 +0100 Subject: [PATCH] Generic user as the default. --- .../accounting_dashboard_harvester_se_plugin/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartgears/accounting_dashboard_harvester_se_plugin/defaults/main.yml b/smartgears/accounting_dashboard_harvester_se_plugin/defaults/main.yml index 3a308acc..caac042c 100644 --- a/smartgears/accounting_dashboard_harvester_se_plugin/defaults/main.yml +++ b/smartgears/accounting_dashboard_harvester_se_plugin/defaults/main.yml @@ -10,7 +10,7 @@ accounting_dashboard_harvester_se_plugin_classifier: 'uberjar' accounting_dashboard_harvester_se_plugin_uber_file: '{{ accounting_dashboard_harvester_se_plugin_name }}-{{ accounting_dashboard_harvester_se_plugin_version }}-{{ accounting_dashboard_harvester_se_plugin_classifier }}.{{ accounting_dashboard_harvester_se_plugin_extension }}' accounting_dashboard_harvester_se_plugin_file: '{{ accounting_dashboard_harvester_se_plugin_name }}-{{ accounting_dashboard_harvester_se_plugin_version }}.{{ accounting_dashboard_harvester_se_plugin_extension }}' -accounting_dashboard_harvester_se_plugin_requester_username: 'luca.frosini' +accounting_dashboard_harvester_se_plugin_requester_username: 'foo' accounting_dashboard_harvester_se_plugin_application_token_name: 'accounting-harvester'