标签: ansible
我有一个角色/installProduct/meta/main.yml,其中包含: [...] 依赖项: -{角色: createFS ,名称:'/ toto',大小:2000}
在ansible 2.6.4中,如果角色 createFS 失败,则角色 installProduct 失败。
但是在2.7.4版本中,如果 createFS 角色失败,则 installProduct 角色会继续播放...;-((
是错误还是存在保持2.6.4行为的配置。
谢谢!
iandre