mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix docs. (#4881)
This commit is contained in:
parent
343d04a7a6
commit
aa4c994dfd
3 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,7 @@ DOCUMENTATION = '''
|
||||||
type: notification
|
type: notification
|
||||||
short_description: write playbook output to log file
|
short_description: write playbook output to log file
|
||||||
description:
|
description:
|
||||||
- This callback writes playbook output to a file per host in the `/var/log/ansible/hosts` directory
|
- This callback writes playbook output to a file per host in the C(/var/log/ansible/hosts) directory
|
||||||
requirements:
|
requirements:
|
||||||
- Whitelist in configuration
|
- Whitelist in configuration
|
||||||
- A writeable /var/log/ansible/hosts directory by the user executing Ansible on the controller
|
- A writeable /var/log/ansible/hosts directory by the user executing Ansible on the controller
|
||||||
|
|
|
@ -14,9 +14,9 @@ DOCUMENTATION = '''
|
||||||
- set as main display callback
|
- set as main display callback
|
||||||
short_description: only print certain tasks
|
short_description: only print certain tasks
|
||||||
description:
|
description:
|
||||||
- This callback only prints tasks that have been tagged with `print_action` or that have failed.
|
- This callback only prints tasks that have been tagged with C(print_action) or that have failed.
|
||||||
This allows operators to focus on the tasks that provide value only.
|
This allows operators to focus on the tasks that provide value only.
|
||||||
- Tasks that are not printed are placed with a '.'.
|
- Tasks that are not printed are placed with a C(.).
|
||||||
- If you increase verbosity all tasks are printed.
|
- If you increase verbosity all tasks are printed.
|
||||||
options:
|
options:
|
||||||
nocolor:
|
nocolor:
|
||||||
|
|
|
@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||||
The lookup order mirrors the one from Chef, all folders in the base path are walked back looking for the following configuration
|
The lookup order mirrors the one from Chef, all folders in the base path are walked back looking for the following configuration
|
||||||
file in order : .chef/knife.rb, ~/.chef/knife.rb, /etc/chef/client.rb"
|
file in order : .chef/knife.rb, ~/.chef/knife.rb, /etc/chef/client.rb"
|
||||||
requirements:
|
requirements:
|
||||||
- "pychef (python library https://pychef.readthedocs.io `pip install pychef`)"
|
- "pychef (L(Python library, https://pychef.readthedocs.io), C(pip install pychef))"
|
||||||
options:
|
options:
|
||||||
name:
|
name:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue