mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* remove external grep call and parse with python * use function for repeated code * use module.get_bin_path() for iscsiutil on HPUX * some code opt for HPUX * clean up non-module code, module being defined is a requirement for this code * import get_bin_path() directly and use without module prefix * Add integration tests for AIX and HP-UX * add changelog fragment * Apply suggestions from code review Co-Authored-By: mator <matorola@gmail.com> * Apply suggestions from code review #2 Co-Authored-By: Sam Doran <sdoran@redhat.com> * Remove strict requirement on executable to exist for get_bin_path() as it will allow facts gathering to continue without an error. Almost all other files under facts do not have "required=True" (except 2 files, which should be probably fixed). And check return value for get_bin_path() , before run attempt. * add check for AIX lsattr run_command return code |
7 years ago | |
|---|---|---|
| .. | ||
| acme | 7 years ago | |
| aws | 7 years ago | |
| basic | 7 years ago | |
| cloud | 7 years ago | |
| common | 7 years ago | |
| docker | 7 years ago | |
| ec2 | 7 years ago | |
| facts | 7 years ago | |
| gcp | 7 years ago | |
| hwc | 7 years ago | |
| json_utils | 7 years ago | |
| net_tools | 7 years ago | |
| network | 7 years ago | |
| parsing | 9 years ago | |
| urls | 7 years ago | |
| xenserver | 7 years ago | |
| __init__.py | 9 years ago | |
| conftest.py | 7 years ago | |
| test_database.py | 7 years ago | |
| test_distribution_version.py | 7 years ago | |
| test_distro.py | 7 years ago | |
| test_known_hosts.py | 7 years ago | |
| test_netapp.py | 7 years ago | |
| test_postgresql.py | 7 years ago | |
| test_text.py | 8 years ago | |
| test_utm_utils.py | 7 years ago | |
| test_vmware.py | 7 years ago | |