Skip to content

Auto fixer for the yamllint warning `document-start` for files in the `ansible` directory.

License

Notifications You must be signed in to change notification settings

rennym19/ansible-yamldocfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible yamllint "document-start" warning fixer

Based on https://gist.github.com/danihodovic/94597709bf7e8bd89a4a82fcaee5c05e

Auto fixes the yamllint warning document-start. Walks all the files in the ansible directory and executes yamllint on every yaml file. If the document start error is found it prepends the file with ---\n.

Install with pip:

pip install yaml-doc-fix

About

Auto fixer for the yamllint warning `document-start` for files in the `ansible` directory.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages