1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Kirk Strauser eb820837ac Don't panic if AIX's uname doesn't support -W
The current code expects "uname -W" on AIX to always succeed. The AIX 5
instance I have doesn't support the -W flag and facts gathering always
crashes on it.

This skips some WPAR handling code if "uname -W" doesn't work.
2015-06-16 15:26:02 -07:00
..
cli replaced removed pager_print for print 2015-06-16 09:19:37 -04:00
compat Making the switch to v2 2015-05-03 21:47:26 -05:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Making the switch to v2 2015-05-03 21:47:26 -05:00
executor Don't fail outright when a play has an empty hosts list 2015-06-16 13:56:23 -04:00
galaxy Making the switch to v2 2015-05-03 21:47:26 -05:00
inventory Have group/host var file loading check for YAML extensions too 2015-06-16 11:55:56 -04:00
module_utils Don't panic if AIX's uname doesn't support -W 2015-06-16 15:26:02 -07:00
modules updated with nagios doc fix 2015-06-10 13:00:29 -04:00
new_inventory Making the switch to v2 2015-05-03 21:47:26 -05:00
parsing generalized prereqs check 2015-06-16 09:20:15 -04:00
playbook removed incorrect assumption on become user being set 2015-06-14 21:05:23 -04:00
plugins moved ipv6 handling to init 2015-06-16 15:48:10 -04:00
template several fixes to template 2015-06-11 00:21:53 -04:00
utils allow for any non string iterable in listify 2015-06-15 11:02:51 -04:00
vars Have group/host var file loading check for YAML extensions too 2015-06-16 11:55:56 -04:00
__init__.py Re-adding submodules after moving things around 2015-05-03 22:30:51 -05:00
constants.py now detects incorrect password with sudo and su (at least in english) 2015-06-15 01:30:03 -04:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00