You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.
As a DevOps team member, I want to be able to set up Google Analytics to be configurable with a variable so that we can define which environment uses this extension or not.
Acceptance Criteria
GIVEN sandbox environments are configured with use_analytics_extension: false
WHEN the playbook is run
THEN the environment is configured without this extension and its configuration values
GIVEN that the environments are configured with use_analytics_extension: true
WHEN the playbook is run
THEN the environment is configured with Google Analytics extension and tracker IDs
User Story
As a DevOps team member, I want to be able to set up Google Analytics to be configurable with a variable so that we can define which environment uses this extension or not.
Acceptance Criteria
use_analytics_extension: false
WHEN the playbook is run
THEN the environment is configured without this extension and its configuration values
use_analytics_extension: true
WHEN the playbook is run
THEN the environment is configured with Google Analytics extension and tracker IDs
Details / tasks
Similar to Deplot#1517
The text was updated successfully, but these errors were encountered: