Re: [galaxy-dev] ansible install tools: tools not in section

2016-08-19 Thread Tamir,Ido
It works now! I changed a) galaxy_tools_base_dir to my galaxy base dir in main.yml b) all {{ galaxy_tools_base_dir }}/venv/bin/python to {{ galaxy_tools_base_dir }}/.venv/bin/python best, ido > On 18 Aug 2016, at 15:36, Marius van den Beek wrote: > > Hi Ido, > > if you are using tool_pan

Re: [galaxy-dev] ansible install tools: tools not in section

2016-08-18 Thread Marius van den Beek
Hi Ido, if you are using tool_panel_section_id, the panel section has to exist, otherwise, as you have seen, tools will install outside of the tool panel. Now you mentioned that using tool_panel_section_label also installs tools outside of the tool panel, this should not happen. If you specify bot

[galaxy-dev] ansible install tools: tools not in section

2016-08-18 Thread Tamir,Ido
Hi, I am trying to install tools with the galaxy-tools-playbook, but my tools don’t end up in the sections. I added section test in tool_conf.xml and test2 in shed_tool_conf.xml, and after a restart they are together in integrated_tool_panel.xml. Then I started the ansible playbook with th