文件操作 - expanduser.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible/plugins/filter/expanduser.yml
编辑文件内容
DOCUMENTATION: name: basename author: ansible core team version_added: "1.5" short_description: Returns a path with C(~) translation. description: - Translates C(~) in a path to the proper user's home directory. options: _input: description: A string that contains a path. type: path required: true EXAMPLES: | # To get '/home/myuser/stuff.txt' from '~/stuff.txt'. {{ mypath | expanduser }} RETURN: _value: description: The translated path. type: path
修改文件时间
将文件时间修改为当前时间的前一年
删除文件