All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
local_action
delegate_to: localhost
local_action is equivalent to delegate_to: localhost in terms of functionality, but it is not very readable, and does not match the style of typical Ansible tasks.