summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/files/xattr.py
Commit message (Collapse)AuthorAgeFilesLines
* Downgraded more modules from Curated to Community (#24751)Dylan Silva2017-05-181-1/+1
|
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
| | | | | | | | | | | | | | | | Changes to the metadata format were approved here: https://github.com/ansible/proposals/issues/54 * Update documentation to the new metadata format * Changes to metadata-tool to account for new metadata * Add GPL license header * Add upgrade subcommand to upgrade metadata version * Change default metadata to the new format * Fix exclusion of non-modules from the metadata report * Fix ansible-doc for new module metadata * Exclude metadata version from ansible-doc output * Fix website docs generation for the new metadata * Update metadata schema in valiate-modules test * Update the metadata in all modules to the new version
* Consistent path attribute for file-related modulesDag Wieers2017-01-131-10/+14
| | | | | | | | Not all file-related modules consistently use "path" as the attribute to specify a single filename, some use "dest", others use "name". Most do have aliases for either "name" or "destfile". This change makes "path" the default attribute for (single) file-related modules, but also adds "dest" and "name" as aliases, so that people can use a consistent way of attributing paths, but also to ensure backward compatibility with existing playbooks. NOTE: The reason for changing this, is that it makes Ansible needlessly harder to use if you have to remember that e.g. the xattr module requires the name attribute, the lineinfile module requires a dest attribute, and the stat module requires a path attribute.
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
|
* Change example syntax on xattr moduleSam Doran2016-12-081-3/+10
|
* Cleanup imports of xattrMichael Scherer2016-12-081-2/+4
| | | | | | | Since the module use re and os, we need to import them. And rather than importing '*', we should limit to the only object/function needed, so we can more easily refactor later.
* Convert the whole files/ directory to py3 syntax (#3685)Michael Scherer2016-12-081-1/+2
|
* Set name to type path so that tilde and env vars are expandedToshio Kuratomi2016-12-081-4/+5
|
* Proper author info for all remaining modulesGreg DeKoenigsberg2016-12-081-1/+1
|
* file extensions!Michael DeHaan2016-12-081-0/+206