mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
8 lines
262 B
YAML
8 lines
262 B
YAML
|
- name: Test no warnings ref "http://github.com/ansible/ansible/issues/37535"
|
||
|
hosts: testhost
|
||
|
gather_facts: false
|
||
|
tasks:
|
||
|
- name: set ssh jump host args
|
||
|
set_fact:
|
||
|
ansible_ssh_common_args: "-o ProxyCommand='ssh -W %h:%p -q root@localhost'"
|