mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
doc: fix typo, handler listen in v2.2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user