Skip to content

Commit 0b1a252

Browse files
authored
Add enabled and disabled actions in global_vars (#1090)
This PR adds `enabled` and `disabled` actions in global vars to align with the states supported by `eda.rulebook_activation`: https://github.com/ansible/event-driven-ansible/blob/main/plugins/modules/rulebook_activation.py#L151-L161
1 parent c8e3176 commit 0b1a252

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

roles/global_vars/defaults/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ operation_translate:
1010
exists:
1111
verb: Already Exists
1212
action: exists
13+
enabled:
14+
verb: Enabled
15+
action: enabled
16+
disabled:
17+
verb: Disabled
18+
action: disabled
1319
...

0 commit comments

Comments
 (0)