Control Job Hangs on Red Hat 8 server.

I have been unable to resolve an issue since upgrading docker/python and AWX. This is only happening using the syncronoze/rsync builtin in plays.

All other plays that do not require copying files seem to run fine.

Play is a basic file copy from the control host using delegate_to.

I can see the docker processes for connecting firing But then last process is the python/rsync task. AWX message is normal as I get the standard "{ESTABLISHED SSH CONECTION FOR USER: but last message is “Escalation succeeded”.

That is the last message and then AWX spins forever. System processes never end.

Not sure if this is a Systemd issue.

Before making any changes to the host or AWX this all worked.

Note if I run rsync from the host command line it works same with scp. So I don’t think this is OS or Security related. I am thinking docker or the Control container is not playing nicely with the operating system.

Hi!

what version of AWX are you using?

were you able to solve this issue? Also do you have a reproducer playbook we can test out that might replicate the issue?

AWX Team