add missing group name to firewall rules

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-10 18:26:05 +02:00
parent c1aa31d0de
commit 678d490fb4
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
win_firewall_rule:
name: '{{ beacon_node_service_name }}-{{ rule.protocol }}'
description: 'Nimbus Eth2 Beacon Node ports'
group: 'Nimbus Beacon Node'
action: 'allow'
direction: 'in'
state: 'present'