1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #8761 from mwarkentin/patch-1

Fix typo: `active` -> `activate`
This commit is contained in:
Michael DeHaan 2014-08-27 18:37:14 -04:00
commit 984d551257

View file

@ -88,7 +88,7 @@ and is guaranteed to entertain and/or annoy coworkers.
Configuring
+++++++++++
To active a callback drop it in a callback directory as configured in :ref:`ansible.cfg <callback_plugins>`.
To activate a callback drop it in a callback directory as configured in :ref:`ansible.cfg <callback_plugins>`.
.. _callback_development: