-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Closed
Description
This appears to be a long-standing issue with Ansible, as seen here:
I commented on that thread with what I found, but I will copy+paste it here as well:
Attempting to do the ad-hoc command of:
ansible multi -b -B 3600 -a "yum -y update"
only returns:
192.168.60.4 | SUCCESS | rc=0 >>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.den1.denvercolo.net
* extras: mirrors.cat.pdx.edu
* updates: mirrors.centos.webair.com
No packages marked for update
192.168.60.5 | SUCCESS | rc=0 >>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nodesdirect.com
* extras: repos.mia.quadranet.com
* updates: mirror.atlantic.net
No packages marked for update
192.168.60.6 | SUCCESS | rc=0 >>
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.den1.denvercolo.net
* extras: mirror.jax.hugeserver.com
* updates: mirrors.centos.webair.com
No packages marked for update
when it should be returning something like:
background launch...
192.168.60.6 | success >> {
"ansible_job_id": "763350539037",
"results_file": "/root/.ansible_async/763350539037",
"started": 1
}
... [other hosts] ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels