Ansible prompt_vars错误:GetPassWarning:无法控制终端上的echo

时间:2016-10-06 15:40:20

标签: python docker ansible

我正在使用Ansible和Docker来自动化环境构建过程。我使用prompt_vars尝试收集git repo的用户名和密码,但不幸的是我收到了这个错误:

  

GetPassWarning:无法控制终端上的回声

docker ubuntu版本是14.04,python版本是2.7

1 个答案:

答案 0 :(得分:0)

错误

  

GetPassWarning:无法控制终端上的回声

Python引发了

,表示您使用的终端未提供stdinstdoutstderr。在这种情况下,它是stderr

由于问题中提供的信息不多,我想在prompt_vars Dockerfile内使用__init__等互动元素是不可能的。