Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • v1.14.7
  • v1.14.6
  • v1.14.5
  • v1.14.4
  • v1.14.3
  • v1.14.2
  • v1.14.1
  • v1.14.0
  • v1.13.2
  • v1.13.1
  • v1.13.0
  • v1.12.1
  • v1.12.0
  • v1.11.1
  • v1.11.0
  • v1.10.0
  • v1.9.2
  • v1.9.1
  • v1.9.0
  • v1.8.4
21 results

.ansible-lint

  • Rafael Guterres Jeffman's avatar
    306522ac
    upstream CI: Disable ansible-lint var-naming check · 306522ac
    Rafael Guterres Jeffman authored
    Latest ansible-lint version (6.16.1) started to raise an error when
    variable names from within roles are not prefixed with  the role name.
    Error: var-naming[no-role-prefix].
    
    As Ansible sanity check does not enforce this, it will be disabled, for
    now on ansible-freeipa's upstream CI.
    
    A future effort to reduce the checks that are not being evaluated should
    be done as preparation for future Ansible Galaxy and Automation Hub
    requirements.
    306522ac
    History
    upstream CI: Disable ansible-lint var-naming check
    Rafael Guterres Jeffman authored
    Latest ansible-lint version (6.16.1) started to raise an error when
    variable names from within roles are not prefixed with  the role name.
    Error: var-naming[no-role-prefix].
    
    As Ansible sanity check does not enforce this, it will be disabled, for
    now on ansible-freeipa's upstream CI.
    
    A future effort to reduce the checks that are not being evaluated should
    be done as preparation for future Ansible Galaxy and Automation Hub
    requirements.