From aca5033b50a1eb13b6d52cf756b763df68596cdb Mon Sep 17 00:00:00 2001 From: Avinash-Sanpala Date: Tue, 19 Mar 2024 17:55:39 +0530 Subject: [PATCH] chore: Modified yum package update command to auto approve --- .../linux/php/docker-php/redhat/roles/configure/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy/linux/php/docker-php/redhat/roles/configure/tasks/main.yml b/test/deploy/linux/php/docker-php/redhat/roles/configure/tasks/main.yml index 9c0fbd70..1524ec5e 100644 --- a/test/deploy/linux/php/docker-php/redhat/roles/configure/tasks/main.yml +++ b/test/deploy/linux/php/docker-php/redhat/roles/configure/tasks/main.yml @@ -50,7 +50,7 @@ ######################################## - name: Yum update - shell: yum update + shell: yum update -y become: true - name: Install PHP