The split filter was added in ansible-core 2.11. (#81275) (#81290)

(cherry picked from commit b771e59793)
pull/81458/head
Felix Fontein 1 year ago committed by GitHub
parent 5b8ffe66a2
commit 94a87bd92a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
DOCUMENTATION:
name: split
version_added: "historical"
version_added: 2.11
short_description: split a string into a list
description:
- Using Python's text object method C(split) we turn strings into lists via a 'spliting character'.

Loading…
Cancel
Save