如何为分子内部剧本任务设置no_log:true?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何为分子内部剧本任务设置no_log:true?相关的知识,希望对你有一定的参考价值。
我正在测试与分子及其组合的版本兼容性
python 3.8 x ansible最新x debian
实例创建步骤中的分子中断带有
TASK [Wait for instance(s) creation to complete] *******************************
FAILED - RETRYING: Wait for instance(s) creation to complete (300 retries left).
failed: [localhost] (item=None) => "attempts": 2, "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false
fatal: [localhost]: FAILED! => "censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result", "changed": false
PLAY RECAP *********************************************************************
localhost : ok=6 changed=3 unreachable=0 failed=1 skipped=3 rescued=0 ignored=0
https://travis-ci.com/ckaserer/ansible-role-example/jobs/256557752
为了进一步调试,我需要设置no_log: false
。
关于分子自身内部剧本如何将no_log设置为true的任何想法?
我尝试过MOLECULE_DEBUG
,但没有成功。搜索分子的文档也没有给出任何结果。运行分子,带有>
molecule --debug test
也没有将no_log的分子剧本变量设置为false
我正在测试与分子的版本兼容性,并且对于组合的python 3.8 x ansible最新x debian分子在TASK实例创建步骤中中断[等待实例创建...
答案
您可以设置环境变量
以上是关于如何为分子内部剧本任务设置no_log:true?的主要内容,如果未能解决你的问题,请参考以下文章
如何为 state_is_tuple = True 设置 RNN?
如何为内部字典键创建新列表或设置对象,以便不重复更新同一对象?