-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
SUMMARY
In some situations description change might be ignored
ISSUE TYPE
- Bug Report
COMPONENT NAME
cisco.asa.asa_ogs
STEPS TO REPRODUCE
before:
object-group network test_group
description a test group
group-object group_1
group-object group_2
- cisco.asa.asa_ogs:
state: replaced
config:
- object_type: network
object_groups:
- name: test_group
description: test group
group_object:
- group_1
- group_2
EXPECTED RESULTS
description should be changed
command fired:
object-group network test_group
description test group
ACTUAL RESULTS
description won't be changed
command fired:
object-group network test_group
no group-object group_1
no group-object group_2
Metadata
Metadata
Assignees
Labels
No labels