You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I noticed that when you use directories for your local tool instead of just a xml (for example, if you need another python script), it will not update the local_tool_conf.xml:
I just ran into this also. It would be useful for the local tool template to loop through the tool directory looking for XML files if you can determine that it's a directory and not an XML file, but I don't know if that's within the scope of possibility with the templates.
I'll also use a custom tool_conf.xml.j2 template to work around this for now.
Hi,
I noticed that when you use directories for your local tool instead of just a xml (for example, if you need another python script), it will not update the local_tool_conf.xml:
ansible-galaxy/templates/local_tool_conf.xml.j2
Lines 4 to 6 in a834b46
In my case I put in my group_var:
And I have:
Then I needed to put a
templates/galaxy/config/tool_conf.xml.j2
with all the default tools + at the end:Were there a better way?
Something like:
?
Also I found a bit strange there the
tool
directory is put in a directorytool
...The text was updated successfully, but these errors were encountered: