]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
ceph-ansible-pr-syntax-check: add library path 754/head
authorSébastien Han <seb@redhat.com>
Thu, 22 Jun 2017 15:37:54 +0000 (17:37 +0200)
committerSébastien Han <seb@redhat.com>
Wed, 28 Jun 2017 15:40:11 +0000 (17:40 +0200)
commit0bb6cb9a5fb3b6fe1109f07222e171571ea21a9b
tree36c9321042da82ff1967b42a99f3503288f1bda6
parent16be2254280921ba90b616782d750969a512c0a9
ceph-ansible-pr-syntax-check: add library path

Explicitly set the LIBRARY path to avoid the following Ansible error:

ERROR! no action detected in task. This often indicates a misspelled
module name, or incorrect module path.

We need this change because roles path changed from ceph-ansible/ to
ceph-ansible/infrastructure-playbooks so now when we are running the
syntax check it looks in ceph-ansible/infrastructure-playbooks/library
instead of ceph-ansible/library.

Signed-off-by: Sébastien Han <seb@redhat.com>
ceph-ansible-pr-syntax-check/build/build