qiyutech.message.xterm module – 显示命令行输出信息给用户

备注

This module is part of the qiyutech.message collection (version 1.0.0).

You might already have this collection installed if you are using the ansible package. It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install qiyutech.message.

To use it in a playbook, specify: qiyutech.message.xterm.

1.0.0 新版功能: of qiyutech.message

Synopsis

  • 这个模块不执行任何动作, 仅仅返回输入的参数

备注

This module has a corresponding action plugin.

Parameters

Parameter

Comments

content

string

xterm 内容

xterm 内容

title

string

xterm 标题

xterm 的标题

Notes

备注

  • 这个模块支持 Windows 系统

See Also

参见

qiyutech.message.table

The official documentation on the qiyutech.message.table module.

Examples

- name: 安装 httpd 失败
  qiyutech.message.xterm:
    title: 'bash'
    content: bash_ret.stdout

Authors

  • dev