cloud.common.turbo_fail 模块 – 一个简短的模块,在调用 fail_json 时支持额外的参数
注意
此模块是 cloud.common 集合(版本 4.0.0)的一部分。
如果您正在使用 ansible
包,则可能已安装此集合。它不包含在 ansible-core
中。要检查是否已安装,请运行 ansible-galaxy collection list
。
要安装它,请使用:ansible-galaxy collection install cloud.common
。
要在 Playbook 中使用它,请指定:cloud.common.turbo_fail
。
cloud.common 1.0.0 中的新功能
概要
此模块旨在测试 Ansible.turbo 模块上的 fail_json 方法
参数
参数 |
注释 |
---|---|
要在任务输出中显示的参数 |
示例
- name: Fail without additional arguments
cloud.common.turbo_fail:
- name: Fail with additional arguments
cloud.common.turbo_fail:
params:
test: "ansible"