Skip to content

Instantly share code, notes, and snippets.

@cinek810
Created December 19, 2018 19:31
Show Gist options
  • Save cinek810/5de8ff9eab88cf8d549027425e2ae9cc to your computer and use it in GitHub Desktop.
Save cinek810/5de8ff9eab88cf8d549027425e2ae9cc to your computer and use it in GitHub Desktop.
import codecs
import os
import yaml
from ansiblereview import Result, Error, Standard, lintcheck
from ansiblereview.utils.yamlindent import yamlreview
from ansiblereview.inventory import parse, no_vars_in_host_file
from ansiblereview.code import code_passes_flake8
from ansiblereview.vars import repeated_vars
from ansiblereview.playbook import repeated_names
from ansiblereview.rolesfile import yamlrolesfile
from ansiblereview.tasks import yaml_form_rather_than_key_value
from ansiblereview.groupvars import same_variable_defined_in_competing_groups
from ansiblelint.utils import parse_yaml_linenumbers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment