Hi,
I am trying to the a command task to work with a ruby script(foreman-proxy-certs-generate), see https://theforeman.org/plugins/katello/3.3/installation/smart_proxy.html.
The script is the main script but executes puppet and other scripts. The main script finishes and the command task is then finished, but i need it to wait before it finishes.
I tried adding the option "creates", because the script creates a tar file with certificates etc.
What is the best way to deal with this issue in ansible?
Thanks.
Regards,
Rob