diff --git a/tasks/main.yml b/tasks/main.yml index 54cdf72..f9498a7 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -96,15 +96,15 @@ threescale_cicd_api_proxy_definition: '{{ threescale_cicd_api_proxy_definition|combine({ ''endpoint'': threescale_cicd_apicast_production_endpoint }) }}' when: 'threescale_cicd_apicast_production_endpoint is defined' -# Update the proxy -- import_tasks: update_proxy.yml - # Update the metrics - import_tasks: update_metrics.yml # Update the mapping rules - import_tasks: update_mapping_rules.yml +# Update the proxy +- import_tasks: update_proxy.yml + - name: Get the list of existing application plans uri: url: https://{{ inventory_hostname }}/admin/api/services/{{ threescale_cicd_api_service_id }}/application_plans.json?access_token={{ threescale_cicd_access_token|urlencode }}