Skip to content

Commit

Permalink
Fix indentation in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Sep 16, 2024
1 parent f14903d commit 3245e0f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions plugins/modules/activation.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,19 +154,19 @@
enabled: False
awx_token_name: "Example Token"
- name: Create a rulebook activation with event_streams option
ansible.eda.activation:
name: "Example Rulebook Activation"
description: "Example Activation description"
project_name: "Example Project"
rulebook_name: "hello_controller.yml"
decision_environment_name: "Example Decision Environment"
enabled: False
awx_token_name: "Example Token"
organization_name: Default
event_streams:
- event_stream: "Example Event Stream"
source_name: "Sample source"
- name: Create a rulebook activation with event_streams option
ansible.eda.activation:
name: "Example Rulebook Activation"
description: "Example Activation description"
project_name: "Example Project"
rulebook_name: "hello_controller.yml"
decision_environment_name: "Example Decision Environment"
enabled: False
awx_token_name: "Example Token"
organization_name: "Default"
event_streams:
- event_stream: "Example Event Stream"
source_name: "Sample source"
- name: Delete a rulebook activation
ansible.eda.activation:
Expand Down

0 comments on commit 3245e0f

Please sign in to comment.