ansible/test/integration/targets/xattr/tasks/setup.yml
bengerman13 25aac6151f add integration tests for xattr module (#24947)
* add integration tests for xattr module

* fix whitespace
2017-05-23 12:02:56 -07:00

10 lines
No EOL
151 B
YAML

- name: Install
package:
name: attr
state: installed
become: true
- name: Create file
file:
path: "{{ test_file }}"
state: touch