mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
The file module would in some cases return dest=/path/to/file, and in other cases return path=/path/to/file, this change makes it more consistent and in line with all the other file-related modules (i.e. copy, assemble, template, ...) by using dest= instead of path= as the input and output argument. (Of course, path is still there as an alias for compatibility). |
||
|---|---|---|
| .. | ||
| assemble | ||
| copy | ||
| fetch | ||
| file | ||
| ini_file | ||
| lineinfile | ||
| stat | ||
| template | ||