Long Running Commands

Hello,

I tried installing Plesk with the command module in a playbook and it hung; no error and no return. The command ran for about 9 minutes and produced about 300KB of output. Ideas?

I am going to try again using the shell module with “2>&1 > /tmp/something” and adding
async: 1200
poll: 5

Do those seem like reasonable workarounds? Other ideas?

Thanks,
– Art Z.