mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-26 19:08:31 +01:00
fb40cdf229
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
22 lines
506 B
YAML
22 lines
506 B
YAML
# SPDX-FileCopyrightText: 2024 MDAD Team and contributors
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
---
|
|
|
|
use_default_rules: true
|
|
|
|
skip_list:
|
|
- unnamed-task
|
|
- no-handler
|
|
- no-jinja-nesting
|
|
- schema
|
|
- command-instead-of-shell
|
|
- role-name
|
|
- var-naming[no-role-prefix]
|
|
# We frequently load configuration from a template (into a variable), then merge that with another variable (configuration extension)
|
|
# before finally dumping it to a file.
|
|
- template-instead-of-copy
|
|
|
|
offline: true
|