Skip to content

Commit aca5033

Browse files
chore: Modified yum package update command to auto approve
1 parent ab03c52 commit aca5033

File tree

1 file changed

+1
-1
lines changed
  • test/deploy/linux/php/docker-php/redhat/roles/configure/tasks

1 file changed

+1
-1
lines changed

test/deploy/linux/php/docker-php/redhat/roles/configure/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
########################################
5151

5252
- name: Yum update
53-
shell: yum update
53+
shell: yum update -y
5454
become: true
5555

5656
- name: Install PHP

0 commit comments

Comments
 (0)