From ba6fd9dd354f146473ff3b60ef55def31168f754 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 30 Nov 2018 21:00:06 +0100 Subject: [PATCH] accounting_*se_plugin: add the role that configures catalina as dependency. --- smartgears/accounting_aggregator_se_plugin/meta/main.yml | 4 ++++ .../accounting_dashboard_harvester_se_plugin/meta/main.yml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 smartgears/accounting_aggregator_se_plugin/meta/main.yml create mode 100644 smartgears/accounting_dashboard_harvester_se_plugin/meta/main.yml diff --git a/smartgears/accounting_aggregator_se_plugin/meta/main.yml b/smartgears/accounting_aggregator_se_plugin/meta/main.yml new file mode 100644 index 00000000..2510b86d --- /dev/null +++ b/smartgears/accounting_aggregator_se_plugin/meta/main.yml @@ -0,0 +1,4 @@ +--- +dependencies: + - role: '../library/roles/smartgears/catalina-app-conf' + diff --git a/smartgears/accounting_dashboard_harvester_se_plugin/meta/main.yml b/smartgears/accounting_dashboard_harvester_se_plugin/meta/main.yml new file mode 100644 index 00000000..2510b86d --- /dev/null +++ b/smartgears/accounting_dashboard_harvester_se_plugin/meta/main.yml @@ -0,0 +1,4 @@ +--- +dependencies: + - role: '../library/roles/smartgears/catalina-app-conf' +