mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-28 00:41:44 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
15
tests/integration/targets/lvg/tasks/main.yml
Normal file
15
tests/integration/targets/lvg/tasks/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
- name: Install required packages (Linux)
|
||||
package:
|
||||
name: lvm2
|
||||
state: present
|
||||
when: ansible_system == 'Linux'
|
||||
|
||||
- name: Test lvg module
|
||||
block:
|
||||
- import_tasks: setup.yml
|
||||
|
||||
- import_tasks: test_indempotency.yml
|
||||
|
||||
- import_tasks: test_grow_reduce.yml
|
||||
always:
|
||||
- import_tasks: teardown.yml
|
Loading…
Add table
Add a link
Reference in a new issue