diff --git a/.ansible-lint b/.ansible-lint new file mode 100644 index 0000000..267ec65 --- /dev/null +++ b/.ansible-lint @@ -0,0 +1,3 @@ +skip_list: # or 'skip_list' to silence them completely + - experimental # all rules tagged as experimental + - unnamed-task # All tasks should be named \ No newline at end of file diff --git a/meta/main.yml b/meta/main.yml index 083d963..3064a97 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,10 @@ --- galaxy_info: + author: guisea role_name: common # if absent directory name hosting role is used instead namespace: cybercinch # if absent, author is used instead description: Commonplace system setup - company: your company (optional) + company: CyberCinch license: MIT min_ansible_version: "2.9"