Open shrutimantri opened 2 months ago
hey Shruti, reading files via the read()
function to read the content of namespace files will always work across all plugins. The include
/exclude
pattern is only intended when injecting namespace files directly into the task's working directory. If this is not clear enough in the current documentation of the namespaceFiles
property, can you add a PR that would clarify that property documentation and make that PR close this issue?
Expected Behavior
namespaceFiles include/exclude should take effect.
Actual Behaviour
I am using two namespace files:
inventory.ini
playbook.yml
Now, none of the following workflows should ideally work, but all of them work.
Steps To Reproduce
Environment Information
Example flow
Flow should error out, but it works.