community.general/tests/integration/targets/xattr/tasks/setup.yml

9 lines
134 B
YAML
Raw Permalink Normal View History

2020-03-09 09:11:07 +00:00
- name: Install
package:
name: attr
state: present
- name: Create file
file:
path: "{{ test_file }}"
state: touch