File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
tests/ansible/integration/ssh Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 33- import_playbook : password.yml
44- import_playbook : timeouts.yml
55- import_playbook : templated_by_inv.yml
6+ - import_playbook : templated_by_play_keyword.yml
67- import_playbook : templated_by_play_taskvar.yml
78- import_playbook : variables.yml
Original file line number Diff line number Diff line change 1+ - name : integration/ssh/templated_by_play_keyword.yml
2+ hosts : tt_targets_bare
3+ gather_facts : false
4+ remote_user : " {{ 'mitogen__has_sudo_nopw' | trim }}"
5+ vars :
6+ ansible_password : has_sudo_nopw_password
7+ ansible_port : " {{ hostvars[groups['test-targets'][0]].ansible_port | default(22) }}"
8+ tasks :
9+ - meta : reset_connection
10+ - name : Templated variables in play keywords
11+ ping :
You can’t perform that action at this time.
0 commit comments