Closed drosofff closed 8 years ago
I don't understand why this was happening at all - you had the role excluded, right? Further, why did it happen with cvmfs_keys
and not with cvmfs_server_urls
?
I only use the native galaxy.yml file of the repo, without any turn around. I assume that the exclusion is handled by the when
instruction for this role in galaxy.yml.
With regard to why it happend with cvmfs_keys and not with cvmfs_server_urls I have no idea. But anyway the @mvdbeek fix works nice, I tested it manually. Not completely serene with the issue, which sounds like something that could show up again with ansible deprecations, but so far so good !
Further, why did it happen with cvmfs_keys and not with cvmfs_server_urls?
My take on this is that it would have also happened with cvmfs_server_urls, but that cvmfs_keys came first.
I don't understand why this was happening at all - you had the role excluded, right?
I think the ansible folks decided that you must have all variables defined, even if you skip tasks ... hence the warning. If that's a good decision is another question ... . The warning was pretty brutal and clear though, so it's our fault for not taking actions.
Hi @afgane @mvdbeek
I just failed to install artimed with GalaxyKickStart:
ansible-playbook --inventory-file inventory_files/artimed galaxy.yml
with the following error
I suspect the upgrade of ansible because in previous logs, I found:
Any thoughts ?
Best