ansible/test/integration/targets/xattr/tasks/setup.yml
bengerman13 4b6db5db7c 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
2017-05-24 05:53:40 -07:00

9 lines
No EOL
134 B
YAML

- name: Install
package:
name: attr
state: present
- name: Create file
file:
path: "{{ test_file }}"
state: touch