mirror of https://github.com/ansible/ansible.git
Handle includes which may have been created in the flow of the playbook
Since 2.0 made all includes dynamic, it is now possible to create and include a file in the course of executing a playbook. However, with the introduction of implicit static includes this can cause problems if an include is thought to be static but does not yet exist. For now, we're handling missing implicit static includes as a potential dynamic include but also adding a deprecation message to show includes like this will need to be marked as `static: no` in the future. Fixes #15342pull/15392/head
parent
7290b6282d
commit
8ef564176b
Loading…
Reference in New Issue