ansible.cfg: Add library path to configuration

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>
pull/3604/head
Dimitri Savineau 2019-02-18 11:38:35 -05:00 committed by Sébastien Han
parent d4e31b90a6
commit a1a871cade
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
[defaults] [defaults]
ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten 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 action_plugins = plugins/actions
callback_plugins = plugins/callback callback_plugins = plugins/callback
roles_path = ./roles roles_path = ./roles