1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/fix_adhoc_includes.yml
Brian Coca 0c1f62065c
make adhoc include_role/task work again! (#49247)
* adhoc include_role/task work again!
  - fix task, pass if set
2018-12-10 11:40:44 -05:00

2 lines
142 B
YAML

bugfixes:
- adhoc always added async_val and poll to tasks, but now includes are enforcing non valid parameters, this bypasses the error.