From 506ea7625c805344c032dbb26146946467a2d195 Mon Sep 17 00:00:00 2001 From: Julien Le Foll Date: Fri, 21 Oct 2016 14:30:11 +0200 Subject: [PATCH 1/2] Fixed grammar --- docsite/rst/playbooks_blocks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_blocks.rst b/docsite/rst/playbooks_blocks.rst index 2e629ee94eb..18f8b4d2b4e 100644 --- a/docsite/rst/playbooks_blocks.rst +++ b/docsite/rst/playbooks_blocks.rst @@ -27,7 +27,7 @@ to the tasks. become_user: root -In the example above the each of the 3 tasks will be executed after appending the `when` condition from the block +In the example above, each of the 3 tasks will be executed after appending the `when` condition from the block and evaluating it in the task's context. Also they inherit the privilege escalation directives enabling "become to root" for all the enclosed tasks. From 2db4c22a0747a831b550401526977fe864c9d735 Mon Sep 17 00:00:00 2001 From: Julien Le Foll Date: Fri, 21 Oct 2016 14:35:59 +0200 Subject: [PATCH 2/2] Fixed typo and wording --- docsite/rst/modules_extra.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docsite/rst/modules_extra.rst b/docsite/rst/modules_extra.rst index f9b8ffacc7a..b6d7639d159 100644 --- a/docsite/rst/modules_extra.rst +++ b/docsite/rst/modules_extra.rst @@ -6,13 +6,13 @@ Non-core modules are still fully usable, but may receive slightly lower response Popular "extras" modules may be promoted to core modules over time. -This source for these modules is hosted on GitHub in the `ansible-modules-extras `_ repo. +The source for these modules is hosted on GitHub in the `ansible-modules-extras `_ repo. If you believe you have found a bug in an extras module and are already running the latest stable or development version of Ansible, first look in the `issue tracker at github.com/ansible/ansible-modules-extras `_ -to see if a bug has already been filed. If not, we would be grateful if you would file one. +to see if a bug has already been filed. If not, we would be grateful if you could file one. -Should you have a question rather than a bug report, inquries are welcome on the `ansible-project google group `_ +Should you have a question rather than a bug report, inquiries are welcome on the `ansible-project google group `_ or on Ansible's "#ansible" channel, located on irc.freenode.net. Development oriented topics should instead use the similar `ansible-devel google group `_.