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
The task has you unjar, make a config change, then jar a file. I am finding that I can't unjar the file unless I am logged into the console/terminal as root. If I manually in the terminal do sudo with the unjar command it does not work either and become: true in the ansible task doesn't. I tried using the different methods/modes for privilege escalation but was not able to get it to work. The only way I can get it to work is to do a sudo -i in the terminal and unjar as the direct root user.
The text was updated successfully, but these errors were encountered:
The task has you unjar, make a config change, then jar a file. I am finding that I can't unjar the file unless I am logged into the console/terminal as root. If I manually in the terminal do sudo with the unjar command it does not work either and become: true in the ansible task doesn't. I tried using the different methods/modes for privilege escalation but was not able to get it to work. The only way I can get it to work is to do a sudo -i in the terminal and unjar as the direct root user.
The text was updated successfully, but these errors were encountered: