Skip to content

wrong pathes for lookup_plugins in ansible.cfg #198

@jankowa

Description

@jankowa

Hi all,
for me after generating the ansible.conf through debops the pathes generated for several plugins are wrong.

[defaults]
filter_plugins = /home/user/debops0/ansible/filter_plugins:/home/user/.local/share/debops/debops/ansible/plugins/filter_plugins:/home/user/.local/share/debops/debops/ansible/filter_plugins:/nonexistent/filter_plugins:/usr/share/ansible/filter_plugins
connection_plugins = /home/user/debops0/ansible/connection_plugins:/home/user/.local/share/debops/debops/ansible/plugins/connection_plugins:/home/user/.local/share/debops/debops/ansible/connection_plugins:/nonexistent/connection_plugins:/usr/share/ansible/connection_plugins
roles_path = /home/user/debops0/roles:/home/user/debops0/ansible/roles:/home/user/.local/share/debops/debops/ansible/roles:/nonexistent/../roles:/nonexistent/roles:/etc/ansible/roles
display_skipped_hosts = False
retry_files_enabled = False
library = /home/user/debops0/ansible/library:/home/user/.local/share/debops/debops/ansible/plugins/library:/home/user/.local/share/debops/debops/ansible/library:/nonexistent/library:/usr/share/ansible/library
vars_plugins = /home/user/debops0/ansible/vars_plugins:/home/user/.local/share/debops/debops/ansible/plugins/vars_plugins:/home/user/.local/share/debops/debops/ansible/vars_plugins:/nonexistent/vars_plugins:/usr/share/ansible/vars_plugins
ansible_managed = This file is managed remotely, all changes will be lost
inventory = /home/user/debops0/ansible/inventory
action_plugins = /home/user/debops0/ansible/action_plugins:/home/user/.local/share/debops/debops/ansible/plugins/action_plugins:/home/user/.local/share/debops/debops/ansible/action_plugins:/nonexistent/action_plugins:/usr/share/ansible/action_plugins
callback_plugins = /home/user/debops0/ansible/callback_plugins:/home/user/.local/share/debops/debops/ansible/plugins/callback_plugins:/home/user/.local/share/debops/debops/ansible/callback_plugins:/nonexistent/callback_plugins:/usr/share/ansible/callback_plugins
lookup_plugins = /home/user/debops0/ansible/lookup_plugins:/home/user/.local/share/debops/debops/ansible/plugins/lookup_plugins:/home/user/.local/share/debops/debops/ansible/lookup_plugins:/nonexistent/lookup_plugins:/usr/share/ansible/lookup_plugins

But the lookup plugin e.g. are in:

/home/user/.local/share/debops/debops/ansible/playbooks/playbooks/lookup_plugins

What's going wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions