Don't refer to ansible-review anymore
The upstream project seems pretty much dead, and it doesn't work with recent versions of ansible-lint. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
parent
54e7ff7c72
commit
85a53986e6
1 changed files with 3 additions and 10 deletions
|
@ -1,18 +1,11 @@
|
||||||
infrastructure ansible style guide
|
infrastructure ansible style guide
|
||||||
==================================
|
==================================
|
||||||
|
|
||||||
* run changes through 'ansible-review'.
|
|
||||||
ERRORs must be corrected or rules changed.
|
|
||||||
WARNs should be corrected.
|
|
||||||
|
|
||||||
Rules changes can be proposed to
|
|
||||||
https://pagure.io/cpe/ansible-review-templates/
|
|
||||||
|
|
||||||
* Use 'yml' instead of 'yaml'
|
* Use 'yml' instead of 'yaml'
|
||||||
|
|
||||||
* do add '.j2' to the end of templates
|
* do add '.j2' to the end of templates
|
||||||
|
|
||||||
* in general let readablity trump grepability, ie:
|
* in general let readablity trump grepability, i.e.:
|
||||||
|
|
||||||
DONT:
|
DONT:
|
||||||
- name: This is some play
|
- name: This is some play
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue