1
0
Fork 0
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:
bengerman13 2017-05-24 05:53:40 -07:00 committed by Toshio Kuratomi
parent d2032116cd
commit 4b6db5db7c
2 changed files with 4 additions and 2 deletions

View file

@ -1 +1,4 @@
posix/ci/group2
skip/freebsd
skip/osx
destructive

View file

@ -1,8 +1,7 @@
- name: Install
package:
name: attr
state: installed
become: true
state: present
- name: Create file
file: