diff --git a/docsite/latest/rst/playbooks.rst b/docsite/latest/rst/playbooks.rst index 3eccc2e4108..737b6061f74 100644 --- a/docsite/latest/rst/playbooks.rst +++ b/docsite/latest/rst/playbooks.rst @@ -136,6 +136,11 @@ The `vars` section contains a list of variables and values that can be used in t van_halen_port: 5150 other: 'magic' +.. note:: + You can also keep variables in separate files and include them alongside inline `vars` with a `vars_files` declaration + in the play. See the `Advanced Playbooks chapter `_ + for more info. + These variables can be used later in the playbook like this:: $varname or ${varname} or {{ varname }}