-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix become #6
Comments
I'm not able to reproduce. Can you share more details? |
Ok, i guess it is more complicated, than i thought....
When we run this 'normally', everything is fine. But we want to run the ansible play using the AWS Stage Manager using the AWS-ApplyAnsiblePlaybooks command.
as root. But then we get an error:
So a some point, the ownership of the git repository does not match the user executing the But I also could not reproduce the problem without going through the whole process with AWS RunCommand :-( But my understand of the documention is, that |
You are right. If ansible user and tfenv_user are different then |
The script does not work, when executed locally as root user.
The script does not correctly switch to the tfenv_user user
does not correctly switch the user.
The docu says:
The text was updated successfully, but these errors were encountered: