我确实有一些我想运行的角色,post
目前如果我将它们添加到roles
,它们将在创建作业时自动运行,这并不是真正想要的行为。
job:
name: myjob
roles:
- zuul: myorg/some-role
name: some-role # <-- zuul will auto-run this role before pre-run
# how to add a role that can be consumed by post-run.yaml?
如何说服 Zuul CI 仅在 ansible 路径中安装这些角色,以便稍后我们可以从pre-run.yaml
剧本中导入它们?