]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commit
Fix warning in 'when' clause in 'Create the teuthology user.' 81/head
authorDan Mick <dan.mick@redhat.com>
Thu, 16 Jul 2015 03:12:59 +0000 (20:12 -0700)
committerDan Mick <dan.mick@redhat.com>
Thu, 16 Jul 2015 03:12:59 +0000 (20:12 -0700)
commitcc2e253e88237d0e80717df4406b738485ac9a1b
tree14678bc72d95320812c8e091d74b76103cf493b1
parent9753f0d72508d7f0f6758bbf6d780c2ed1c91c79
Fix warning in 'when' clause in 'Create the teuthology user.'

Warnings appeared each run:

[WARNING]: It is unnecessary to use '{{' in conditionals, leave variables in
loop expressions bare

Apparently 'when' clauses are already Jinja2 expressions, and so don't
need the normal variable quoting.

Signed-off-by: Dan Mick <dan.mick@redhat.com>
roles/testnode/tasks/user.yml