Add missing colon to a snippet in complex data doc (#78349)

pull/78359/head
Sviatoslav Sydorenko 3 years ago committed by GitHub
parent c135a47f44
commit e4087baa83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -193,7 +193,7 @@ This example uses `Python argument list unpacking <https://docs.python.org/3/tut
- hosts: all - hosts: all
vars: vars:
mygroups mygroups:
- prod - prod
- web - web
tasks: tasks:

Loading…
Cancel
Save