Skip to content

Commit

Permalink
ids_policy test-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Dec 25, 2023
1 parent cc2cc13 commit 8d5df1c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,11 +549,6 @@
interfaces: ['opt1']
enabled: false

# - name: Cleanup IDS Policy
# ansibleguy.opnsense.ids_policy:
# description: 'ANSIBLE_TEST_1_1'
# state: absent

- name: Cleanup IDS Ruleset
ansibleguy.opnsense.ids_ruleset:
name: 'ET open/compromised'
Expand All @@ -567,3 +562,8 @@
ansibleguy.opnsense.ids_user_rule:
name: 'ANSIBLE_TEST_1_1'
state: 'absent'

- name: Cleanup IDS Policy
ansibleguy.opnsense.ids_policy:
description: 'ANSIBLE_TEST_1_1'
state: absent

0 comments on commit 8d5df1c

Please sign in to comment.