ansible/test/integration/targets/xattr/tasks/setup.yml

10 lines
151 B
YAML
Raw Normal View History

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