12 lines
384 B
TOML
12 lines
384 B
TOML
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# SPDX-FileCopyrightText: Ansible Project
|
|
|
|
[sessions]
|
|
|
|
[sessions.extra_checks]
|
|
run_no_unwanted_files = true
|
|
no_unwanted_files_module_extensions = [".py"]
|
|
no_unwanted_files_yaml_extensions = [".yml"]
|
|
run_action_groups = false
|