QuackatronHQ / Gigarepo

Replace local_action with delegate_to: localhost ANS-E5004
Style
Minor
1 occurrence in this check
Prefer delegate_to: localhost instead of local_action
34      command: CONFIGURE_OPTS='--disable-install-doc' rbenv install 2.3.1
35
36    - name: Take out of load balancer pool
37      local_action: ansible.builtin.command /usr/bin/take_out_of_pool {{ inventory_hostname }}38
39    - name: shell with jinja filter
40      shell: echo {{ "hello"|upper }}