]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ansible.cfg: Add library path to configuration
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 18 Feb 2019 16:38:35 +0000 (11:38 -0500)
committerSébastien Han <seb@redhat.com>
Mon, 18 Feb 2019 18:52:50 +0000 (19:52 +0100)
Ceph module path needs to be configured if we want to avoid issues
like:

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

Currently the ansible-lint command in Travis CI complains about that.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
ansible.cfg

index 3833b9e929b960dfce391f12156d0f483123ddce..82678520c8df4ce23d821f0721b6924cd919f287 100644 (file)
@@ -3,6 +3,7 @@
 
 [defaults]
 ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
+library = ./library
 action_plugins = plugins/actions
 callback_plugins = plugins/callback
 roles_path = ./roles