From 80e52888a5fdc6588412d45639a898178871d1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Mon, 20 Jun 2016 18:35:59 +0200 Subject: [PATCH] doc: fix typo, handler listen in v2.2 --- docsite/rst/playbooks_intro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_intro.rst b/docsite/rst/playbooks_intro.rst index 87ebf9bb2bd..f135ee77426 100644 --- a/docsite/rst/playbooks_intro.rst +++ b/docsite/rst/playbooks_intro.rst @@ -378,7 +378,7 @@ Here's an example handlers section:: - name: restart apache service: name=apache state=restarted -As of Ansible 2.1, handlers can also "listen" to generic topics, and tasks can notify those topics as follows:: +As of Ansible 2.2, handlers can also "listen" to generic topics, and tasks can notify those topics as follows:: handlers: - name: restart memcached