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:
+4
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user