Hi, Does someone know if and how to include plays that does not exist at the execution time? For example. *main.yml*
- include: download.yml - include: /this/file/does/not/exist/yet/configure.yml I would like to download some files. After *download.yml* finishes the file "*/this/file/does/not/exist/yet/configure.yml*" will exist, but not before. I would like to include the *configure.yml* file which will be an ansible playbook. Is it possible? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/f819c896-7308-4742-b7ac-376902a5d5d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
