mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-19 09:24:41 +00:00
If /etc/network-scripts does no exist, NeworkManger uses /etc/NetworkManager/system-connections to store profiles. Use this directory if necessary.
7 lines
231 B
YAML
7 lines
231 B
YAML
# SPDX-License-Identifier: BSD-3-Clause
|
|
---
|
|
- include: get-profile_stat.yml
|
|
- name: "assert that profile '{{ profile }}' is present"
|
|
assert:
|
|
that: profile_stat.stat.exists
|
|
msg: "profile {{ profile_path }} does not exist"
|