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.
* Let get_file_attributes() work without `lsattr -v` Change: - module_utils's get_file_attributes() expects `lsattr -v` to work, but in some cases, it may not. - The function now takes an optional include_version bool parameter, which removes this expectation. - Places where we call get_file_attributes() without using the 'version' it returns, we now call it with include_version=False. Test Plan: - New unit tests Signed-off-by: Rick Elrod <rick@elrod.me> |
5 years ago | |
|---|---|---|
| .. | ||
| _vendor | 6 years ago | |
| ansible_test | 6 years ago | |
| cli | 5 years ago | |
| compat | 7 years ago | |
| config | 6 years ago | |
| errors | 6 years ago | |
| executor | 6 years ago | |
| galaxy | 6 years ago | |
| inventory | 6 years ago | |
| inventory_test_data/group_vars | 11 years ago | |
| mock | 6 years ago | |
| module_utils | 5 years ago | |
| modules | 6 years ago | |
| parsing | 5 years ago | |
| playbook | 5 years ago | |
| plugins | 5 years ago | |
| regex | 7 years ago | |
| template | 6 years ago | |
| utils | 5 years ago | |
| vars | 6 years ago | |
| __init__.py | 9 years ago | |
| requirements.txt | 6 years ago | |
| test_constants.py | 6 years ago | |
| test_context.py | 6 years ago | |