Skip to content

Commit

Permalink
chore: ruleset.name is required parameter (#587)
Browse files Browse the repository at this point in the history
Every ruleset should have a name so we can post events/facts between
them.
  • Loading branch information
mkanoor authored Sep 27, 2023
1 parent db6de88 commit f862c1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible_rulebook/schema/ruleset_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
}
},
"required": [
"name",
"hosts",
"sources",
"rules"
Expand Down

0 comments on commit f862c1a

Please sign in to comment.