mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2025-12-14 13:54:58 +03:00
Fix syntax error on tasks/centos.yml
This commit is contained in:
@@ -44,8 +44,8 @@
|
||||
- block:
|
||||
- name: centos | installing sg3_utils
|
||||
package:
|
||||
name: sg3_utils
|
||||
state: present
|
||||
name: sg3_utils
|
||||
state: present
|
||||
become: true
|
||||
|
||||
- name: centos | checking for scsi devices
|
||||
|
||||
Reference in New Issue
Block a user