From b946da2d8d6c7273e800d7bd5635cc2193084f14 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 5 Jan 2026 10:28:02 +0100 Subject: [PATCH] fix: replace deprecated INJECT_FACTS_AS_VARS --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index a00d0c5..e112343 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,12 +3,12 @@ "files.associations": { "**/.gitea/**/*.yml": "yaml", "**/.gitea/**/*.yaml": "yaml", - ".drone.yml": "yaml", "docker-compose*.yml": "dockercompose", "*.yml": "ansible", "*.yaml": "ansible", ".yamllint": "yaml", ".yamllint.yml": "yaml", ".yamllint.yaml": "yaml" - } + }, + "rewrap.wrappingColumn": 120 } \ No newline at end of file