4b6db5db7c
* add xattr integration tests to ci * fix package syntax * remove unnecessary become, disable xattr for bsd and osx
9 lines
No EOL
134 B
YAML
9 lines
No EOL
134 B
YAML
- name: Install
|
|
package:
|
|
name: attr
|
|
state: present
|
|
|
|
- name: Create file
|
|
file:
|
|
path: "{{ test_file }}"
|
|
state: touch |