Skip to content

Commit

Permalink
[ignore] use unique names for clean environment removal or fabric nod…
Browse files Browse the repository at this point in the history
…e controls
  • Loading branch information
akinross authored and lhercot committed Oct 31, 2023
1 parent ce5eb0a commit a82f929
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
output_level: '{{ aci_output_level | default("info") }}'

# CLEAN ENVIRONMENT
- name: Remove Fabric Node Control
- name: Pre-Test Clean Environment of Fabric Node Controls
cisco.aci.aci_fabric_node_control:
<<: *aci_info
name: "{{ item }}"
Expand Down Expand Up @@ -168,7 +168,7 @@
- nm__remove_fabric_node_control_again.previous == []

# CLEAN ENVIRONMENT
- name: Remove Fabric Node Control
- name: PPost-Test Clean Environment of Fabric Node Controls
cisco.aci.aci_fabric_node_control:
<<: *aci_info
name: "{{ item }}"
Expand Down

0 comments on commit a82f929

Please sign in to comment.