文件操作 - quote.yml
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/python3.12/site-packages/ansible/plugins/filter/quote.yml
编辑文件内容
DOCUMENTATION: name: quote version_added: "2.10" short_description: shell quoting description: - Quote a string to safely use as in a POSIX shell. notes: - This is a passthrough to Python's C(shlex.quote). positional: _input options: _input: description: String to quote. type: str required: true EXAMPLES: | - name: Run a shell command shell: echo {{ string_value | quote }} RETURN: _value: description: Quoted string. type: str
修改文件时间
将文件时间修改为当前时间的前一年
删除文件