community.general/lib/ansible
Marc Pujol 6779f91b88 Avoid duplicate /bin/lsblk calls in the setup module.
The setup module calls /bin/lsblk once for each device appearing in the /etc/mtab file. However, the same device appears there mutliple times when the system uses bind-mounts. As a result, /bin/lsblk is being called repeatedly to get the uuid of the same device.

On a system with many mounts, this leads to a TimeoutError in the get_mount_facts function of the setup module as described in #14551.

Fixes #14551
2016-02-18 09:15:07 +01:00
..
cli removed signal trapping 2016-02-11 14:54:18 -05:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Fixing bugs related to nested blocks inside roles 2016-02-12 13:39:39 -05:00
galaxy Merge pull request #13203 from willthames/galaxy_10620 2016-02-17 08:41:29 -05:00
inventory better error when host inventory script isnt dict 2016-01-25 16:32:09 -05:00
module_utils Avoid duplicate /bin/lsblk calls in the setup module. 2016-02-18 09:15:07 +01:00
modules Update submodule refs 2016-02-11 13:12:57 -08:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Added more info to the no action detected error 2016-02-08 16:51:10 -05:00
playbook Merge pull request #13203 from willthames/galaxy_10620 2016-02-17 08:41:29 -05:00
plugins Fix bugs related to task_includes and dep chain inheritance 2016-02-13 01:02:47 -05:00
template Display the string which is causing an exception to be raised. 2016-02-11 15:42:50 -05:00
utils removed follow from common file docs 2016-02-15 14:13:20 -05:00
vars move hostvars.vars to vars 2015-12-22 00:24:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Re-implementing the retry file feature for 2.0 2016-01-26 14:11:28 -05:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00