Bump min Ansible version to 2.16 #173
Annotations
10 errors and 4 warnings
roles/gcloud/tasks/archive/command_completion.yml#L12
Use FQCN for builtin module actions (ansible.builtin.yum).
|
roles/gcloud/tasks/package/redhat.yml#L14
Use FQCN for builtin module actions (ansible.builtin.yum).
|
roles/gcloud/tasks/package/redhat.yml#L23
Use FQCN for builtin module actions (ansible.builtin.yum).
|
roles/google_cloud_ops_agents/defaults/main.yml#L2
Variables names from within roles should use google_cloud_ops_agents_ as a prefix. (vars: agent_type)
|
roles/google_cloud_ops_agents/defaults/main.yml#L3
Variables names from within roles should use google_cloud_ops_agents_ as a prefix. (vars: package_state)
|
roles/google_cloud_ops_agents/defaults/main.yml#L4
Variables names from within roles should use google_cloud_ops_agents_ as a prefix. (vars: version)
|
roles/google_cloud_ops_agents/defaults/main.yml#L6
Variables names from within roles should use google_cloud_ops_agents_ as a prefix. (vars: main_config_file)
|
roles/google_cloud_ops_agents/defaults/main.yml#L8
Variables names from within roles should use google_cloud_ops_agents_ as a prefix. (vars: additional_config_dir)
|
roles/google_cloud_ops_agents/handlers/main.yml#L2
Use FQCN for builtin module actions (service).
|
roles/google_cloud_ops_agents/handlers/main.yml#L2
All names should start with an uppercase letter.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
roles/google_cloud_ops_agents/molecule/resources/playbooks/create_instance.yml#L64
Jinja2 spacing could be improved: {{ instance_created.instances + [ instance ] }} -> {{ instance_created.instances + \[instance] }}
|
roles/google_cloud_ops_agents/molecule/resources/playbooks/verify.yml#L11
Jinja2 spacing could be improved: {{ 'stackdriver-agent' if agent_type=='monitoring' else 'google-fluentd' if agent_type == 'logging' else 'google-cloud-ops-agent' }} -> {{ 'stackdriver-agent' if agent_type == 'monitoring' else 'google-fluentd' if agent_type == 'logging' else 'google-cloud-ops-agent' }}
|
roles/google_cloud_ops_agents/tasks/windows.yml#L30
Jinja2 spacing could be improved: .\\add-google-cloud-ops-agent-repo.ps1 {{ '-AlsoInstall' if package_state == 'present' else '-Uninstall -RemoveRepo' }} -Version {{ version }} {{ '-WhatIf' if ansible_check_mode else ''}}
|
The logs for this run have expired and are no longer available.
Loading