Skip to content

Commit 5625242

Browse files
Merge pull request #1057 from newrelic/avi/NR-191162-add-auto-approval-for-package-update
chore: Modified yum package update command to auto approve
2 parents ab03c52 + aca5033 commit 5625242

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)