Allow all boolean values for uca_enable

Currently uca_enable has to be [Tt]rue or [Ffalse].
This patch allows it to be any boolean value recognised
by ansible.

Change-Id: I6f5bfbb09e1fa45c8d79efb8963ba8cd7fe5d315
This commit is contained in:
Jesse Pretorius 2017-12-15 16:54:33 +00:00
parent df107891bf
commit 4e39e42766
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
retries: 5
delay: 2
when:
- uca_enable
- uca_enable | bool
tags:
- add-uca-repo