文件操作 - expandvars.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible/plugins/filter/expandvars.yml
编辑文件内容
DOCUMENTATION: name: expandvars author: ansible core team version_added: "1.5" short_description: expand environment variables description: - Will do a shell-like substitution of environment variables on the provided input. options: _input: description: A string that contains environment variables. type: str required: true EXAMPLES: | # To get '/home/myuser/stuff.txt' from '$HOME/stuff.txt' {{ mypath | expandvars }} RETURN: _value: description: The string with translated environment variable values. type: str
修改文件时间
将文件时间修改为当前时间的前一年
删除文件