We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c5a844 + 9df9bef commit 9e321dcCopy full SHA for 9e321dc
tasks/main.yml
@@ -5,6 +5,7 @@
5
port: "{{ ansible_port | default('22') }}"
6
host: "{{ inventory_hostname }}"
7
delegate_to: localhost
8
+ become: no
9
when:
10
- inventory_hostname is defined
11
- ansible_connection is defined
0 commit comments