diff --git a/src/ansiblelint/rules/schema.py b/src/ansiblelint/rules/schema.py index 22b16782a4..69927975d4 100644 --- a/src/ansiblelint/rules/schema.py +++ b/src/ansiblelint/rules/schema.py @@ -37,7 +37,7 @@ "tag": "moves", }, "with_filetree": { - "msg": "with_filetree was moved to with_community.general.flattened in 2.10", + "msg": "with_filetree was moved to with_community.general.filetree in 2.10", "tag": "moves", }, "with_cartesian": {