Browse Source

woops bool not bools

pull/1266/head^2
Michael Collins 4 years ago
parent
commit
463e9a6196
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-awx/tasks/delete_subscription_directory.yml

+ 1
- 1
roles/matrix-awx/tasks/delete_subscription_directory.yml View File

@@ -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

Loading…
Cancel
Save