mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-22 02:36:11 +00:00
Start all task names an uppercase letter. Signed-off-by: Wen Liang <liangwen12year@gmail.com>
7 lines
240 B
YAML
7 lines
240 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include_tasks: get_interface_stat.yml
|
|
- name: "Assert that the interface is present - '{{ interface }}'"
|
|
assert:
|
|
that: interface_stat.stat.exists
|
|
msg: "{{ interface }} does not exist"
|