Skip to content
Snippets Groups Projects
  • Thomas Woerner's avatar
    fe6edbab
    .ansible-lint: Deactivate experimental and name[template] tests · fe6edbab
    Thomas Woerner authored
    The experimental tests is running several additional tests like for
    example to check module arg values. It fails everytime a variable is
    used to pass the value in.
    
    Examples:
    - playbooks/topology/add-topologysegments.yml:15: args[module]: value of
      suffix must be one of: domain, ca, domain+ca, got: {{ item.suffix }}
    - tests/host/test_host.yml:21: args[module]: value of ipaapi_context must
      be one of: server, client, got: {{ ipa_context | default(omit) }}
    
    The name template test is failing for every template use inside of a name.
    This is forcing to have only generic names and nothing specific in the
    log anymore.
    
    These two tests have been deactivated to have less overflow in the
    ansible-lint output.
    fe6edbab
    History
    .ansible-lint: Deactivate experimental and name[template] tests
    Thomas Woerner authored
    The experimental tests is running several additional tests like for
    example to check module arg values. It fails everytime a variable is
    used to pass the value in.
    
    Examples:
    - playbooks/topology/add-topologysegments.yml:15: args[module]: value of
      suffix must be one of: domain, ca, domain+ca, got: {{ item.suffix }}
    - tests/host/test_host.yml:21: args[module]: value of ipaapi_context must
      be one of: server, client, got: {{ ipa_context | default(omit) }}
    
    The name template test is failing for every template use inside of a name.
    This is forcing to have only generic names and nothing specific in the
    log anymore.
    
    These two tests have been deactivated to have less overflow in the
    ansible-lint output.