Thank you for the response. I received these commands from the conversion site. what I’m trying to accomplish is simply this. Create a fixlet that will go to a targeted Linux server, run the yum -y update -nogpcheck command and when done reboot the server.
I recommend you do this as a TASK rather than a FIXLET.
The TASK only cares that all the lines ran without error. A Fixlet will re-evaluate the Relevance clauses and they would have to evaluate to FALSE after the completion or you get a FAILED status.