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

(cherry picked from commit 4b6db5db7c)
pull/25292/head
bengerman13 8 years ago committed by James Cammarata
parent 081e98739e
commit f9d781bcab

@ -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…
Cancel
Save