mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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:
parent
d2032116cd
commit
4b6db5db7c
2 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue