mirror of https://github.com/ceph/ceph-ansible.git
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
parent
d4e31b90a6
commit
a1a871cade
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue