OpenConext / OpenConext-deploy

Ansible-based deployment automation for the OpenConext platform
Apache License 2.0
12 stars 21 forks source link

Replace deprecated include with (include/import)_tasks #407

Closed thijskh closed 1 year ago

thijskh commented 1 year ago

include: is deprecated and will be removed in Ansible 2.19. Replaced with include_tasks (dynamically, e.g. based on output of earlier task) and import_taks (just statically import file at compile time).

Minimum Ansible requirement is then 2.4.

quartje commented 1 year ago

Nice to see this deprecation out of the way. You might want to rebase on master to run the (now fixed) molecule tests