I think https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L584-L588 is missing a : self.module.warn("Timed out while attempting to get extra information.")
[email protected] schrieb am Mittwoch, 26. Mai 2021 um 12:09:00 UTC+2: > I have applied your patch from > https://github.com/ansible/ansible/issues/74657#issuecomment-841457582 > and beside the fake lsblk I also created a fake udevadm (sleep 10) because > this is called in _udevadm_uuid ( > https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L440-L463 > ) > which is called in get_mount_info ( > https://github.com/ansible/ansible/blob/953aa26286db433c3509785e24f89f6616233841/lib/ansible/module_utils/facts/hardware/linux.py#L516-L525 > ) > and then re-run the steps from my above comment and even then don't get a > timeout warning. > Brian Coca schrieb am Mittwoch, 12. Mai 2021 um 17:46:54 UTC+2: > >> probably related to this then >> https://github.com/ansible/ansible/issues/74657 >> >> -- >> ---------- >> Brian Coca >> >> -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/08ce6408-33a1-40a8-9e6b-569647e772b7n%40googlegroups.com.
