浏览代码

woops bool not bools

pull/1266/head^2
Michael Collins 4 年前
父节点
当前提交
463e9a6196
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-awx/tasks/delete_subscription_directory.yml

+ 1
- 1
roles/matrix-awx/tasks/delete_subscription_directory.yml 查看文件

@@ -42,4 +42,4 @@

- name: End playbook if this task list is called.
meta: end_play
when: end_playbook is defined and end_playbook|bools
when: end_playbook is defined and end_playbook|bool

正在加载...
取消
保存