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>
[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