We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the rulebook_activation module, one cannot create resource in the disabled state. It will always be created as enabled.
de-supported-rhel9:1.1.1-31
ansible-rulebook-1.1.1-1.el9ap.noarch
Define a rulebook_activiation in configuration-as-code variables for use with infra.aap_configuration
--- eda_rulebook_activations: - name: Demo Rulebook Activation description: Rulebook that processes various events sourced from Dynatrace problems organization: Default project: EDA Demos rulebook: dynatrace_event_stream.yml decision_environment: Default Decision Environment event_streams: - event_stream: Dynatrace Event Stream source_name: Dynatrace Event Source eda_credentials: - My Controller enabled: false
Ensure the variables file is loaded Run a playbook and invoke infra.aap_configuration.dispatch
infra.aap_configuration.dispatch
Rulebook activation Demo Rulebook Activation is created in the enabled state
Rulebook activation Demo Rulebook Activation is created in the disabled state
Offered solution via #366
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Please confirm the following
Bug Summary
Using the rulebook_activation module, one cannot create resource in the disabled state. It will always be created as enabled.
Environment
de-supported-rhel9:1.1.1-31
ansible-rulebook-1.1.1-1.el9ap.noarch
Steps to reproduce
Define a rulebook_activiation in configuration-as-code variables for use with infra.aap_configuration
Ensure the variables file is loaded
Run a playbook and invoke
infra.aap_configuration.dispatch
Actual results
Rulebook activation Demo Rulebook Activation is created in the enabled state
Expected results
Rulebook activation Demo Rulebook Activation is created in the disabled state
Additional information
Offered solution via #366
The text was updated successfully, but these errors were encountered: