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
used to work. I need to do it like this since I ssh with one user but become another one for running things. The error I get now is:
TASK [galaxyproject.galaxy : Set Galaxy user facts] ************************************************************************************************************************************************
fatal: []: FAILED! => {"msg": "The field 'remote_user' has an invalid value, which includes an undefined variable. The error was: '__galaxy_remote_user' is undefined"}
to retry, use: --limit @/Users/pmoreno/Development/ansible/galaxy-lsf/playbook/playbook.retry
I think that the role now tries to set __galaxy_remote_user from ansible_user. But if I set ansible_user to the user I become (the user I want galaxy to use), I cannot ssh into the target machine.
The text was updated successfully, but these errors were encountered:
What's the output of the task Set privilege separation default variables, and, just for fun, can you add a task to the top of tasks/main.yml that does:
- name: Get ansible_user valuedebug:
var: ansible_user
I used to call this role within a playbook at version 0.8.4 and executing a call in the form of:
used to work. I need to do it like this since I ssh with one user but become another one for running things. The error I get now is:
I think that the role now tries to set
__galaxy_remote_user
fromansible_user
. But if I setansible_user
to the user I become (the user I want galaxy to use), I cannot ssh into the target machine.The text was updated successfully, but these errors were encountered: