mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-29 09:21:43 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
11
tests/integration/targets/xattr/tasks/main.yml
Normal file
11
tests/integration/targets/xattr/tasks/main.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
- name: Setup
|
||||
include: setup.yml
|
||||
|
||||
- name: Check availability of xattr support
|
||||
command: setfattr -n user.foo {{ test_file }}
|
||||
ignore_errors: yes
|
||||
register: xattr
|
||||
|
||||
- name: Test
|
||||
include: test.yml
|
||||
when: xattr is not failed
|
Loading…
Add table
Add a link
Reference in a new issue