jonaswinkler / paperless-ng

A supercharged version of paperless: scan, index and archive all your physical documents
https://paperless-ng.readthedocs.io/en/latest/
GNU General Public License v3.0
5.38k stars 352 forks source link

add ansible role_name to fix ci #1571

Open s4nf4n opened 2 years ago

s4nf4n commented 2 years ago

Current Ansible Role Action fails with error:

ERROR    Computed fully qualified role name of C0nsultant.ansible does not follow current galaxy requirements.
Please edit meta/main.yml and assure we can correctly determine full role name:
Traceback (most recent call last):

galaxy_info:
  File "/opt/hostedtoolcache/Python/3.10.1/x64/bin/molecule", line 8, in <module>
role_name: my_name  # if absent directory name hosting role is used instead
namespace: my_galaxy_namespace  # if absent, author is used instead
    sys.exit(main())

To fix, I added role_name and namespace explicitly.