This commit is contained in:
2022-03-11 21:57:35 +13:00
parent b741b510b2
commit 1b302d2bec
2 changed files with 5 additions and 1 deletions

3
.ansible-lint Normal file
View 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

View File

@@ -1,9 +1,10 @@
---
galaxy_info:
author: guisea <aaron@guise.net.nz>
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"