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
+4 -5
View File
@@ -1,12 +1,11 @@
---
- name: create_lv | Display Volume Group
debug:
ansible.builtin.debug:
var: vg
verbosity: 2
- name: create_lv | creating new LVM logical volume(s)
lvol:
community.general.system.lvol:
vg: "{{ vg.vgname }}"
lv: "{{ lv.lvname }}"
size: "{{ lv.size }}"
@@ -24,8 +23,8 @@
- lv.create|bool
- name: create_lv | debug changed attribute
debug:
ansible.builtin.debug:
var: lvchanged
- name: create_lv | configuring FS
include_tasks: create_fs.yml
ansible.builtin.include_tasks: create_fs.yml