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.
ansible/test/integration/targets/file/tasks
Rick Elrod 5cd489af06
Let get_file_attributes() work without `lsattr -v` (#71845)
* 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>
4 years ago
..
diff_peek.yml file - change _diff_peek type in argument_spec (#60428) 5 years ago
directory_as_dest.yml Add pause to avoid same mtime in test. 4 years ago
initialize.yml Reorganize and expand the file tests 6 years ago
main.yml Let get_file_attributes() work without `lsattr -v` (#71845) 4 years ago
selinux_tests.yml Reorganize and expand the file tests 6 years ago
state_link.yml Pull timezone's incidental file coverage into file tests (#68247) 5 years ago
unicode_path.yml File module - fix unicode paths and add a test (#57558) 5 years ago