mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-03 04:34:24 -07:00
doc: fix typo, handler listen in v2.2
This commit is contained in:
parent
5dccff29bf
commit
80e52888a5
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ Here's an example handlers section::
|
||||||
- name: restart apache
|
- name: restart apache
|
||||||
service: name=apache state=restarted
|
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:
|
handlers:
|
||||||
- name: restart memcached
|
- name: restart memcached
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue