community.general/lib/ansible/modules
Pilou 9d771f6eea filesystem: workaround bug in xfs_info, use xfs_growfs instead (#25703)
xfs_info is a bash script located in /usr/sbin/ (/sbin is a symlink to
/usr/sbin/) which calls xfs_growfs command. When neither /sbin nor
/usr/sbin are in the PATH environment variable, filesystem module is able to
call xfs_info because /sbin path is hardcoded in get_bin_path method, then
xfs_growfs isn't found because neither /sbin nor /usr/sbin are in the
PATH environment variable.

"xfs_growfs -n" could be used directly instead of xfs_info, the man page
states that: "xfs_info is equivalent to invoking xfs_growfs with the -n
option".

Fixes #24823.
2017-07-26 08:47:12 -04:00
..
cloud cloudstack: make facts run in check mode 2017-07-26 11:55:53 +02:00
clustering Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
commands command: Remove executable parameter when using command 2017-07-11 13:34:46 -07:00
crypto openssl_publickey: Standardize implementaton of the module 2017-07-25 15:31:11 +02:00
database Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
files Add example of templating inline using copy module (#19752) 2017-07-22 22:12:31 -07:00
identity ipa_sudorule: Fix bug: get_sudorule_diff() takes exactly 2 arguments (3 given) (#21150) 2017-07-21 23:39:43 +02:00
inventory Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
messaging fix false positive changed flag in rabbitmq_user module (#22507) 2017-06-19 05:10:23 -04:00
monitoring Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
net_tools Add testcase for ipify_facts (#26421) 2017-07-26 12:16:10 +02:00
network fix nxos_hsrp (#27306) 2017-07-26 11:38:55 +05:30
notification update auth_flag variable after STARTTLS connection is established, fixes #26376 2017-07-03 23:07:47 -04:00
packaging composer: docs: fix conflicting statement about defaults (#27313) 2017-07-26 12:43:13 +02:00
remote_management Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
source_control Updates docs to match module behavior (#26658) 2017-07-25 23:21:23 -07:00
storage Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
system filesystem: workaround bug in xfs_info, use xfs_growfs instead (#25703) 2017-07-26 08:47:12 -04:00
utilities Fix undefined variables, basestring usage, and some associated python3 issues 2017-07-25 15:58:23 -07:00
web_infrastructure New module: gunicorn (#26206) 2017-07-10 07:36:43 +01:00
windows Added ability to specify destination OU when joining a domain (#22393) 2017-07-21 10:50:54 +10:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00