Fix flow in eos_l2_interface (#57059)

* Also fix test debug labels
This commit is contained in:
Nathaniel Case
2019-05-28 14:06:57 -04:00
committed by GitHub
parent cf00883c9d
commit 1b66a13186
3 changed files with 14 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
---
- debug:
msg: "START eos_l3_interface/cli/no_interface.yaml on connection={{ ansible_connection }}"
msg: "START eos_l2_interface/cli/no_interface.yaml on connection={{ ansible_connection }}"
- name: Create fake interface
eos_interface:
@@ -33,4 +33,4 @@
that: "result.warnings is not defined"
- debug:
msg: "END eos_l3_interface/cli/no_interface.yaml on connection={{ ansible_connection }}"
msg: "END eos_l2_interface/cli/no_interface.yaml on connection={{ ansible_connection }}"

View File

@@ -1,6 +1,6 @@
---
- debug:
msg: "START eos_l3_interface/eapi/no_interface.yaml on connection={{ ansible_connection }}"
msg: "START eos_l2_interface/eapi/no_interface.yaml on connection={{ ansible_connection }}"
- name: Create fake interface
eos_interface:
@@ -34,4 +34,4 @@
that: "result.warnings is not defined"
- debug:
msg: "END eos_l3_interface/eapi/no_interface.yaml on connection={{ ansible_connection }}"
msg: "END eos_l2_interface/eapi/no_interface.yaml on connection={{ ansible_connection }}"