25aac6151f
* add integration tests for xattr module * fix whitespace
10 lines
No EOL
151 B
YAML
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 |