Fixes for ansible-lint 6.5.0
The bulk of the diff consists of capitalizing the first letter of all task names. The rest is replacing skip_ansible_lint
tags with noqa
because ansible-lint 6.5.0 probably broke support for the former. (It's good practice to ignore specific rules anyway, so this change is for the better regardless of upstream bugs.)