mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
add xattr integration tests to ci (#24950)
* add xattr integration tests to ci * fix package syntax * remove unnecessary become, disable xattr for bsd and osx
This commit is contained in:
committed by
Toshio Kuratomi
parent
d2032116cd
commit
4b6db5db7c
@@ -1 +1,4 @@
|
||||
posix/ci/group2
|
||||
skip/freebsd
|
||||
skip/osx
|
||||
destructive
|
||||
@@ -1,8 +1,7 @@
|
||||
- name: Install
|
||||
package:
|
||||
name: attr
|
||||
state: installed
|
||||
become: true
|
||||
state: present
|
||||
|
||||
- name: Create file
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user