mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
updated guides to avoid connection: local (#44227)
- want they really need is `delegate_to: localhost` - also reduced 'local_action' usage in favor of same
This commit is contained in:
@@ -234,7 +234,6 @@ Ansible playbook.
|
||||
- Add the following to the new playbook file::
|
||||
|
||||
- name: test my new module
|
||||
connection: local
|
||||
hosts: localhost
|
||||
tasks:
|
||||
- name: run the new module
|
||||
|
||||
Reference in New Issue
Block a user