remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
technology/tools/Ansible/modules
|
@ -1,10 +1,10 @@
|
|||
# ansible.builtin.tempfile
|
||||
The `tempfile` module creates temporary files and directories.
|
||||
The `tempfile` module creates temporary files and directories.
|
||||
|
||||
## Parameter
|
||||
| Parameter | Type | Default | Description |
|
||||
| ---------- | --------------------- | ---------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| **path** | path | - | Location where temporary file or directory should be created. If path is not specified, the default system temporary directory will be used. |
|
||||
| **path** | path | - | Location where temporary file or directory should be created. If path is not specified, the default system temporary directory will be used. |
|
||||
| **prefix** | string | "ansible." | Prefix of file/directory name created by module. |
|
||||
| **state** | "directory"<br>"file" | "file" | Whether to create file or directory. |
|
||||
| **suffix** | string | "" | Suffix of file/directory name created by module. |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue