revert gdm command TO-246 #16
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
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
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
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
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
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