ahelal / kitchen-ansiblepush

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

Use of --limit breaks playbooks that use localhost #71

Open gkranis opened 1 year ago

gkranis commented 1 year ago

Playbooks can contain tasks targeting localhost. This could be a valid usecase

However kitchen-ansiblepush passes --limit to ansible. Tasks targeting localhost are thus skipped because of this https://github.com/ansible/ansible/issues/17105