Ansible

Ansible

Made by DeepSource

Replace local_action with delegate_to: localhost ANS-E5004

Style
Minor

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.