Skip to content

Adds roles xcode_offline and brew to Unix_Playbook #2883

Adds roles xcode_offline and brew to Unix_Playbook

Adds roles xcode_offline and brew to Unix_Playbook #2883

Re-run triggered February 27, 2024 04:09
Status Failure
Total duration 1m 39s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 6 warnings
Yamllint: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/main.yml#L10
10:3 [new-line-at-end-of-file] no new line character at the end of file
Yamllint: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/main.yml#L10
10:1 [trailing-spaces] trailing spaces
Yamllint: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/brew/tasks/brew.yml#L54
54:34 [trailing-spaces] trailing spaces
name[casing]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Xcode_offline/tasks/main.yml#L11
All names should start with an uppercase letter.
key-order[task]: ansible/playbooks/AdoptOpenJDK_Unix_Playbook/roles/Xcode_offline/tasks/xcode_offline.yml#L8
You can improve the task key order to: name, when, tags, block
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 }}