Skip to content

Commit 5276ee8

Browse files
committed
more
1 parent 9dec386 commit 5276ee8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/inventory.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ all:
44
{{ host }}:
55
{% for key in ["ansible_all_ipv4_addresses", "ansible_all_ipv6_addresses",
66
"ansible_default_ipv4", "ansible_default_ipv6", "ansible_host",
7-
"ansible_port", "ansible_ssh_common_args", "ansible_ssh_pass",
7+
"ansible_port", "ansible_ssh_common_args",
88
"ansible_ssh_private_key_file","ansible_user"] %}
99
{% if key in hostvars[host] %}
1010
{{ key }}: {{ hostvars[host][key] }}

tests/tests_ssh_wrapper.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
mode: "0644"
1919
delegate_to: localhost
2020

21+
- name: Debug
22+
command: cat "{{ tempinventory.path }}"
23+
delegate_to: localhost
2124

2225
- name: Run tests_ssh.yml normally
2326
tags:

0 commit comments

Comments
 (0)