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 become: true in the backup task is not a good idea because the ssh connexion is launch by root user.
It is not always allowed in all organisations ...
A best way is to set the ansible_become & ansible_user variables.
The text was updated successfully, but these errors were encountered:
The become: true in the backup task is not a good idea because the ssh connexion is launch by root user.
It is not always allowed in all organisations ...
A best way is to set the ansible_become & ansible_user variables.
The text was updated successfully, but these errors were encountered: