Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Use a var to determine role name to include #23

Conversation

stevenengland
Copy link
Collaborator

As the repo and role is called 'ansible' it quickly gets confusing if ones uses custom fork names or just a custom parent dir to make it more obvious what this role is for. A workaround is to substitute the role name by path.

example:

$ git clone https://github.com/paperless-ngx/ansible.git
$ mv ansible ansible_paperless_ngx
$ cd ansible_paperless_nxg
$ ansible_paperless_ngx$ molecule test

^-------- fails because the role "ansible" will not be found if the parent dir is called a more obvious way like ansible_paperless_ngx

As the repo and role is called 'ansible' it quickly gets confusing if
ones uses custom fork names or just a custom parent dir to make it more
obvious what this role is for. A workaround is to substitute the role
name by path.
@stevenengland
Copy link
Collaborator Author

Solved by #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant