ahelal / kitchen-ansiblepush

test-kitchen plugin to use ansible in push mode
41 stars 22 forks source link

Generated inventory using deprecated ansible_ssh_host #69

Open gkranis opened 1 year ago

gkranis commented 1 year ago

Generated inventory is using deprecated ansible_ssh_host instead of ansible_host

Playbooks that look for ansible_host will fail workaround

extra_vars:
  ansible_host: "{{ ansible_ssh_host }}"