Fixed linting issues

This commit is contained in:
Larry Smith Jr
2023-06-15 08:52:28 -04:00
parent 51b7015f9c
commit d27a3809d9
17 changed files with 95 additions and 94 deletions
+3 -2
View File
@@ -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