Pretty frustrated with no support for include_task module from ansible. #2884
Unanswered
matthew-williams
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Where are you calling Relative paths are relative to the current YAML file, so if you are calling that in converge.yml, then you're not going to find it. If you're calling it from main.yml, then it should be working. In that case, see the next paragraph: Also, also: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Molecule handles files and templates fine relative to the .roles folder...why does this not occur for tasks when called via
include_tasks
:Folder structure is pretty simple.
Obviously, there are other files...but my template tasks and file tasks work fine.....following their relative paths but tasks won't, why is this or what am I doing wrong. I can find no documentation and I am sure others have run into the issue, yet all I can find is the following:
#2171 which is about ansible-lint but its the closest thing I could find.
Also, there seems to be a total of 4 locations to discuss/ask questions regarding molecule....so I am not sure which will get answered first.
Beta Was this translation helpful? Give feedback.
All reactions