mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
style: ansible-lint - fix missing YAML document start
ansible-lint requires that YAML documents begin with a line consisting of `---` Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
c0a626ddbb
commit
211412d035
4 changed files with 3 additions and 1 deletions
|
|
@ -5,7 +5,6 @@ ignore: |
|
|||
/.tox/
|
||||
tests/roles/
|
||||
rules:
|
||||
document-start: disable
|
||||
line-length:
|
||||
ignore: '/tests/tasks/setup_mock_wifi_wpa3_owe.yml
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: Play for setting up snapshots
|
||||
hosts: all
|
||||
tasks:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
---
|
||||
- name: Gather the minimum subset of ansible_facts required by the network
|
||||
role test
|
||||
setup:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
- name: Include the task 'setup_802_1x_server.yml'
|
||||
include_tasks: tasks/setup_802_1x_server.yml
|
||||
- name: Copy client certs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue