File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
tests/integration/targets/aci_syslog_group/tasks Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 413
413
- remove_syslog_group.previous.0.syslogGroup.attributes.dn == "uni/fabric/slgroup-ansible_syslog_group"
414
414
- remove_syslog_group.previous.0.syslogGroup.attributes.name == "ansible_syslog_group"
415
415
416
+ - name : Remove syslog group again(idempotency)
417
+ cisco.aci.aci_syslog_group :
418
+ << : *aci_info
419
+ name : ansible_syslog_group
420
+ state : absent
421
+ register : remove_syslog_group_again
422
+
423
+ - name : Verify idempotency for remove_syslog_group
424
+ ansible.builtin.assert :
425
+ that :
426
+ - remove_syslog_group_again is not changed
427
+ - remove_syslog_group_again.current == remove_syslog_group_again.previous
428
+
416
429
- name : Remove ansible_syslog_new if it already exists
417
430
cisco.aci.aci_syslog_group :
418
431
<< : *aci_info
You can’t perform that action at this time.
0 commit comments