Bug #27834
closedWhen running remote action with ansible-runner the task ends up in suspended state
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1745494
Description of problem:
Actions::RemoteExecution::RunHostJob to install katello-host-tools-tracer package via ansible-runner method for 2 hosts (via Ansible commands), the task ends up in suspended state.
~~
3: Actions::ProxyAction (suspended) [ 0.01s / 0.01s ]
~~
Version-Release number of selected component (if applicable):
satellite-6.6.0-5.beta.el7sat.noarch
How reproducible:
100%
Steps to Reproduce:
1. https://access.redhat.com/documentation/en-us/red_hat_satellite/6.6-beta/html-single/managing_hosts/index#sect-Configuring_Ansible_Runner
2. Try to install a package on some hosts via Ansible
3.
Actual results:
Task ends up in suspended state
Expected results:
Task to finish
Additional info:
Changing it back to the ansible-playbook method works without issues.