Skip to content

unixPB: adds roles xcode_offline and brew to Unix_Playbook #2916

unixPB: adds roles xcode_offline and brew to Unix_Playbook

unixPB: adds roles xcode_offline and brew to Unix_Playbook #2916

Triggered via pull request March 2, 2024 20:41
Status Failure
Total duration 1m 35s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
key-order[task]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L21
You can improve the task key order to: name, when, tags, block
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L21
All names should start with an uppercase letter.
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L23
All names should start with an uppercase letter.
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L29
All names should start with an uppercase letter.
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L33
All names should start with an uppercase letter.
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L42
All names should start with an uppercase letter.
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L51
All names should start with an uppercase letter.
Yamllint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ansible Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8, actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ansible Lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
jinja[spacing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L17
Jinja2 spacing could be improved: {{b.stat.exists}} -> {{ b.stat.exists }}
jinja[spacing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L39
Jinja2 spacing could be improved: {{check_brew.rc == 0}} -> {{ check_brew.rc == 0 }}
jinja[spacing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L48
Jinja2 spacing could be improved: {{check_brew.rc == 0}} -> {{ check_brew.rc == 0 }}