Skip to content
  • Florian Haas's avatar
    Add ansible-lint configuration file · 9fb5d7fc
    Florian Haas authored
    Skip the following rules:
    
    - 106, "Role name does not match ^[a-z][a-z0-9_]+$ pattern"
      (ansible-lint complains about role names containing underscores, to
      be fixed in a later patch)
    - 701, "meta/main.yml should contain relevant info" (ansible-lint
      complains about missing galaxy_info)
    9fb5d7fc