mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-06 23:48:12 +03:00
Fixed linting issues
This commit is contained in:
+3
-2
@@ -1,5 +1,6 @@
|
||||
---
|
||||
- hosts: test-nodes
|
||||
- name: Example playbook
|
||||
hosts: test-nodes
|
||||
vars:
|
||||
lvm_groups:
|
||||
- vgname: test-vg
|
||||
@@ -23,5 +24,5 @@
|
||||
manage_lvm: true
|
||||
tasks:
|
||||
- name: Include lvm
|
||||
include_role:
|
||||
ansible.builtin.include_role:
|
||||
name: ansible-manage-lvm
|
||||
|
||||
Reference in New Issue
Block a user