From 71a3930e5b3efb68eddfe63554e50e0f310fffbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Thu, 13 Jan 2022 10:50:13 +0100 Subject: [PATCH] Fix syntax error on tasks/centos.yml --- tasks/centos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/centos.yml b/tasks/centos.yml index b6c8fa1..f6f13af 100644 --- a/tasks/centos.yml +++ b/tasks/centos.yml @@ -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