码迷,mamicode.com
首页 > 系统相关 > 详细

如何在Mac系统里面更新 Ansible 的 Extra Modules

时间:2015-12-07 18:33:00      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

最近遇到一个问题

seport is not a legal parameter in an Ansible task or handler

 

原因是我本地 Ansible 的 Extra Modules 已经过时,需要更新。但是Ansible的官方文档只给了这么一句话

There should be no need to install this repo separately as it should be included in any Ansible install using the official documented methods.

 

只好自己折腾。。

 

命令如下

1 sudo su
2 cd /Library/Python/2.7/site-packages/ansible/modules 
3 mv extras extras.bak
4 git clone https://github.com/ansible/ansible-modules-extras.git extras

 

搞定

 

如何在Mac系统里面更新 Ansible 的 Extra Modules

标签:

原文地址:http://www.cnblogs.com/e2tox/p/5026545.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!