mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Merge pull request #380 from IPvSean/patch-1
Update profile_tasks.py SUMMARY removing contentious terminology to match reference documentation https://docs.ansible.com/ansible/latest/reference_appendices/config.html ISSUE TYPE Docs Pull Request COMPONENT NAME profile_tasks_callback ADDITIONAL INFORMATION n/a Reviewed-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
commit
5e0a6592ca
2 changed files with 5 additions and 2 deletions
3
changelogs/fragments/380_update_usage_profile_tasks.yml
Normal file
3
changelogs/fragments/380_update_usage_profile_tasks.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Removed contentious terminology to match reference documentation in profile_tasks.
|
||||
|
|
@ -21,7 +21,7 @@ DOCUMENTATION = '''
|
|||
- It also lists the top/bottom time consuming tasks in the summary (configurable)
|
||||
- Before 2.4 only the environment variables were available for configuration.
|
||||
requirements:
|
||||
- whitelisting in configuration - see examples section below for details.
|
||||
- enable in configuration - see examples section below for details.
|
||||
options:
|
||||
output_limit:
|
||||
description: Number of tasks to display in the summary
|
||||
|
|
@ -46,7 +46,7 @@ EXAMPLES = '''
|
|||
example: >
|
||||
To enable, add this to your ansible.cfg file in the defaults block
|
||||
[defaults]
|
||||
callback_whitelist = ansible.posix.profile_tasks
|
||||
callbacks_enabled=ansible.posix.profile_tasks
|
||||
sample output: >
|
||||
#
|
||||
# TASK: [ensure messaging security group exists] ********************************
|
||||
|
|
|
|||
Loading…
Reference in a new issue