Closed morenod closed 3 years ago
@dry923 if job is running with a user different than root, or it is not a rhel based host (yum is not available), job will show a WARNING but wont be halted, because it can be running on a valid host and requirements could be granted before the job execution.
What do you think? Should we halt the job if we cannot install rpm packages on it?
rsync is required on host executing the job, adding installing rsync if host executes job with UID 0 and it is a rhel based host (yum command is available)