Fix syntax error on tasks/centos.yml

This commit is contained in:
Christian González
2022-01-13 10:50:13 +01:00
parent 263c8d2b3f
commit 71a3930e5b

View File

@@ -44,8 +44,8 @@
- block: - block:
- name: centos | installing sg3_utils - name: centos | installing sg3_utils
package: package:
name: sg3_utils name: sg3_utils
state: present state: present
become: true become: true
- name: centos | checking for scsi devices - name: centos | checking for scsi devices