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
pull/24981/head
bengerman13 8 years ago committed by Toshio Kuratomi
parent d2032116cd
commit 4b6db5db7c

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

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

Loading…
Cancel
Save