mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Bulk fix DOCUMENTATION.author (Part 1) (#48934)
* Bulk fix DOCUMENTATION.author
This commit is contained in:
parent
9c71f176f3
commit
3fcc564bbb
157 changed files with 171 additions and 164 deletions
|
@ -17,7 +17,7 @@ DOCUMENTATION = '''
|
|||
module: tempfile
|
||||
version_added: "2.3"
|
||||
author:
|
||||
- Krzysztof Magosa
|
||||
- Krzysztof Magosa (@krzysztof-magosa)
|
||||
short_description: Creates temporary files and directories.
|
||||
description:
|
||||
- The C(tempfile) module creates temporary files and directories. C(mktemp) command takes different parameters on various systems, this module helps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue