mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-09-29 13:03:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
9
tests/integration/targets/xattr/tasks/setup.yml
Normal file
9
tests/integration/targets/xattr/tasks/setup.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Install
|
||||
package:
|
||||
name: attr
|
||||
state: present
|
||||
|
||||
- name: Create file
|
||||
file:
|
||||
path: "{{ test_file }}"
|
||||
state: touch
|
Loading…
Add table
Add a link
Reference in a new issue