Added role to host global vars to all other roles. Updated tasks tittles to solve issue707. #1890
Annotations
10 errors and 10 warnings
roles/applications/meta/main.yml#L1
$.dependencies[0] 'global_vars' is not of type 'object'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
roles/applications/meta/main.yml#L45
Comment not indented like content
|
roles/applications/tasks/main.yml#L3
Jinja templates should only be at the end of 'name'
|
roles/applications/tasks/main.yml#L35
Jinja templates should only be at the end of 'name'
|
roles/credential_input_sources/meta/main.yml#L1
$.dependencies[0] 'global_vars' is not of type 'object'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
roles/credential_input_sources/meta/main.yml#L49
Comment not indented like content
|
roles/credential_input_sources/tasks/main.yml#L2
Jinja templates should only be at the end of 'name'
|
roles/credential_input_sources/tasks/main.yml#L31
Jinja templates should only be at the end of 'name'
|
roles/credential_types/meta/main.yml#L1
$.dependencies[0] 'global_vars' is not of type 'object'. See https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_reuse_roles.html#using-role-dependencies
|
roles/credential_types/meta/main.yml#L44
Comment not indented like content
|
roles/credentials/tasks/main.yml#L4
Jinja2 spacing could be improved: {{ __controller_credentials_item.credential_type.name | default(__controller_credentials_item.credential_type | mandatory ) }} -> {{ __controller_credentials_item.credential_type.name | default(__controller_credentials_item.credential_type | mandatory) }}
|
roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.credential | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.credential | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
|
roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.description | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.description | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
|
roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.organization.name | default(__execution_environments_item.organization | default(( '' if controller_configuration_execution_environments_enforce_defaults else omit), true)) }} -> {{ __execution_environments_item.organization.name | default(__execution_environments_item.organization | default(('' if controller_configuration_execution_environments_enforce_defaults else omit), true)) }}
|
roles/execution_environments/tasks/main.yml#L5
Jinja2 spacing could be improved: {{ __execution_environments_item.pull | default(( 'missing' if controller_configuration_execution_environments_enforce_defaults else omit), true) }} -> {{ __execution_environments_item.pull | default(('missing' if controller_configuration_execution_environments_enforce_defaults else omit), true) }}
|
roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.children | default(( [] if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.children | default(([] if controller_configuration_groups_enforce_defaults else omit), true) }}
|
roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.description | default(( '' if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.description | default(('' if controller_configuration_groups_enforce_defaults else omit), true) }}
|
roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.hosts | default(( [] if controller_configuration_groups_enforce_defaults else omit), true) }} -> {{ controller_groups_item.hosts | default(([] if controller_configuration_groups_enforce_defaults else omit), true) }}
|
roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.preserve_existing_children | default(( false if controller_configuration_groups_enforce_defaults else omit)) }} -> {{ controller_groups_item.preserve_existing_children | default((false if controller_configuration_groups_enforce_defaults else omit)) }}
|
roles/groups/tasks/main.yml#L6
Jinja2 spacing could be improved: {{ controller_groups_item.preserve_existing_hosts | default(( false if controller_configuration_groups_enforce_defaults else omit)) }} -> {{ controller_groups_item.preserve_existing_hosts | default((false if controller_configuration_groups_enforce_defaults else omit)) }}
|
The logs for this run have expired and are no longer available.
Loading