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
if /etc/sudoers doesn't have ALL permissions for root, (like root ALL=(ALL) ALL), running satellite-clone gives an error:
TASK [satellite-clone :test foreman.dump file is readable by postgres user] *******************
fatal: [localhost]: FAILED: => {"changed": false, "failed": true, "module_stderr": "root is not in the sudoers file. This incident will be reported.\n", "module_stdout": "", "msg": :"MODULE FAILURE", "rc": 1"msg: MODULE FAILURETASK [satellite-clone : test candlepin.dump file is readable by postgres user] *******************fatal: [localhost]: FAILED: => {"changed": false, "failed": true, "module_stderr": "root is not in the sudoers file. This incident will be reported.\n", "module_stdout": "", "msg": :"MODULE FAILURE", "rc": 1"
msg: MODULE FAILURE
The text was updated successfully, but these errors were encountered:
if
/etc/sudoers
doesn't have ALL permissions for root, (likeroot ALL=(ALL) ALL
), running satellite-clone gives an error:The text was updated successfully, but these errors were encountered: