我已经在 Ubuntu 上安装了 Ansible 并运行:
ansible testserver -m linode -a 'state=stopped'
给出错误:
testserver | FAILED >> {
"failed": true,
"msg": "linode-python required for this module"
}
我安装linode-python
成功,pp install linode-python
我可以import linode
在 Python 中运行。那么我怎样才能让这个模块工作呢?