You've already forked ansible-role-common
Linting
This commit is contained in:
3
.ansible-lint
Normal file
3
.ansible-lint
Normal file
@@ -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
|
||||||
@@ -1,9 +1,10 @@
|
|||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
|
author: guisea <aaron@guise.net.nz>
|
||||||
role_name: common # if absent directory name hosting role is used instead
|
role_name: common # if absent directory name hosting role is used instead
|
||||||
namespace: cybercinch # if absent, author is used instead
|
namespace: cybercinch # if absent, author is used instead
|
||||||
description: Commonplace system setup
|
description: Commonplace system setup
|
||||||
company: your company (optional)
|
company: CyberCinch
|
||||||
license: MIT
|
license: MIT
|
||||||
min_ansible_version: "2.9"
|
min_ansible_version: "2.9"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user