]> 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)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 11 Jul 2019 08:02:25 +0000 (10:02 +0200)
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.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1668478
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit a1a871cadee5e86d181e1306c985e620b81fccac)
(cherry picked from commit c056ae7b8cf24b78382cda397e796413c56c06d5)

ansible.cfg

index e4c21b5db1c9d2ed538bd2d9184d966f4d3d9537..1973586588a30bc1cf9dad9e75bbcd9526ff048e 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