- Updates to allow running infrastructure-playbooks both from within its
directory or root directory of ceph-ansible.
Signed-off-by: Ivan Font <ifont@redhat.com>
[defaults]
ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
action_plugins = plugins/actions
+roles_path = ./roles
--- /dev/null
+[defaults]
+ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten
+action_plugins = ../plugins/actions
+roles_path = ../roles