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:
Rich Megginson 2023-04-27 13:24:28 -06:00 committed by Richard Megginson
parent c0a626ddbb
commit 211412d035
4 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,6 @@ ignore: |
/.tox/
tests/roles/
rules:
document-start: disable
line-length:
ignore: '/tests/tasks/setup_mock_wifi_wpa3_owe.yml

View file

@ -1,3 +1,4 @@
---
- name: Play for setting up snapshots
hosts: all
tasks:

View file

@ -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:

View file

@ -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