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
@NielsMol
However, when I tried to run the playbook again with ansible-playbook galaxy.yml, I received an error at the task: galaxyproject.galaxy : Create Galaxy user
TASK [galaxyproject.galaxy : Create Galaxy user] ****************************************************************************************************************************************************************
fatal: [UNRAVEL-Galaxy-Version-21-5.fairheartgalaxy-avans.surf-hosted.nl]: FAILED! => {"msg": "The field 'remote_user' has an invalid value, which includes an undefined variable. The error was: '__galaxy_remote_user' is undefined"}
PLAY RECAP ******************************************************************************************************************************************************************************************************
UNRAVEL-Galaxy-Version-21-5.fairheartgalaxy-avans.surf-hosted.nl : ok=37 changed=0 unreachable=0 failed=1 skipped=30 rescued=0 ignored=0
A workaround:
@HugoJH
Hi @NielsMol, I just faced this one. adding -e ansible_user=galaxy to your ansible-playbook call should make it work.
The text was updated successfully, but these errors were encountered:
From gitter:
A workaround:
The text was updated successfully, but these errors were encountered: