Use task conditionals that work with Fedora 22+ 41/57541/1
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 20 May 2016 19:07:38 +0000 (15:07 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Fri, 19 May 2017 16:52:26 +0000 (12:52 -0400)
commit385f1731aaced46dc5519b27c9949624c22debd7
tree43f00b28b16df6ee1a06b86ab3de1f3b9ecc549f
parent9377178e604dc1f6fcdec478ffeef02829f68666
Use task conditionals that work with Fedora 22+

Not sure if it was an Ansible or Ruby update that changed this, but
conditionals of the form `x in [1, 2]` fail with errors related to
template parsing. Changed the conditionals to logically equivalent ones
that use simple equality and conjunction.

Fixes #23

Change-Id: I4f76cc32fb6cd34253cd0b6374a933097ae04985
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
tasks/in_container.yml
tasks/open_nb_rest_port.yml