summaryrefslogtreecommitdiff
path: root/docsite
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-09-28 07:21:11 -0700
committerToshio Kuratomi <a.badger@gmail.com>2016-09-28 08:23:42 -0700
commitfb0ec5895a7f05d2d3dbbcb8a3c441d7186fd718 (patch)
tree76db6919bd615810182333c1516690c27df58e35 /docsite
parent368497fd149838f00b02a2197d94c0717bc5ccd5 (diff)
downloadansible-fb0ec5895a7f05d2d3dbbcb8a3c441d7186fd718.tar.gz
Use the play term instead of playbook.
An ansible playbook is a list of plays. environment: applies per-play, not per-playbook.
Diffstat (limited to 'docsite')
-rw-r--r--docsite/rst/playbooks_environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docsite/rst/playbooks_environment.rst b/docsite/rst/playbooks_environment.rst
index 2e003e5f5c..bc6a17d4a3 100644
--- a/docsite/rst/playbooks_environment.rst
+++ b/docsite/rst/playbooks_environment.rst
@@ -33,7 +33,7 @@ The environment can also be stored in a variable, and accessed like so::
- apt: name=cobbler state=installed
environment: "{{proxy_env}}"
-You can also use it at a playbook level::
+You can also use it at a play level::
- hosts: testhost