Skip to content

revert gdm command TO-246 #16

revert gdm command TO-246

revert gdm command TO-246 #16

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / ansible-lint completed Jun 24, 2024 in 0s

reviewdog [ansible-lint] report

reported by reviewdog 🐶

Findings (5)

tasks/AlmaLinux.yml|14| no-changed-when Commands should not change things if nothing needs doing
tasks/AlmaLinux.yml|18| command-instead-of-module systemctl used in place of systemd module
tasks/AlmaLinux.yml|18| no-changed-when Commands should not change things if nothing needs doing
tasks/Ubuntu.yml|8| command-instead-of-module systemctl used in place of systemd module
tasks/Ubuntu.yml|8| no-changed-when Commands should not change things if nothing needs doing

Filtered Findings (0)

Annotations

Check notice on line 14 in tasks/AlmaLinux.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/AlmaLinux.yml#L14

no-changed-when Commands should not change things if nothing needs doing
Raw output
tasks/AlmaLinux.yml:14: no-changed-when Commands should not change things if nothing needs doing

Check notice on line 18 in tasks/AlmaLinux.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/AlmaLinux.yml#L18

command-instead-of-module systemctl used in place of systemd module
Raw output
tasks/AlmaLinux.yml:18: command-instead-of-module systemctl used in place of systemd module

Check notice on line 18 in tasks/AlmaLinux.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/AlmaLinux.yml#L18

no-changed-when Commands should not change things if nothing needs doing
Raw output
tasks/AlmaLinux.yml:18: no-changed-when Commands should not change things if nothing needs doing

Check notice on line 8 in tasks/Ubuntu.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/Ubuntu.yml#L8

command-instead-of-module systemctl used in place of systemd module
Raw output
tasks/Ubuntu.yml:8: command-instead-of-module systemctl used in place of systemd module

Check notice on line 8 in tasks/Ubuntu.yml

See this annotation in the file changed.

@github-actions github-actions / ansible-lint

[ansible-lint] tasks/Ubuntu.yml#L8

no-changed-when Commands should not change things if nothing needs doing
Raw output
tasks/Ubuntu.yml:8: no-changed-when Commands should not change things if nothing needs doing