samdoran / ansible-role-gitlab

Ansible role for GitLab CE Omnibus
30 stars 21 forks source link

Wrong name of role in README #6

Closed marcinpraczko closed 8 years ago

marcinpraczko commented 8 years ago

There is not valid name in examples playbooks in README. Copy / Paste playbook ends with ansible errors:

ERROR: cannot find role in ... {Paths for roles}
samdoran commented 8 years ago

@marcinpraczko The default role name is samdoran.gitlab. I'm wondering if maybe it didn't get installed correctly in your role directory? The easiest way to ensure it gets put in the proper place is to specify the installation path using -p. E.g., ansible-galaxy install samdoran.gitlab -p roles/.

project
└── roles
    └── samdoran.gitlab