Commit ab79c235 authored by Rafael Monnerat's avatar Rafael Monnerat

playbook: use -y (assumeyes) on yum update calls

parent 355ce836
...@@ -80,7 +80,7 @@ failovermethod=priority ...@@ -80,7 +80,7 @@ failovermethod=priority
enabled=0 enabled=0
gpgcheck=0 gpgcheck=0
EOF EOF
yum update yum update -y
yum_install yum-utils yum_install yum-utils
# Enable a bootstrap repo. It is removed after finishing # Enable a bootstrap repo. It is removed after finishing
# the epel-release installation. # the epel-release installation.
...@@ -110,7 +110,7 @@ failovermethod=priority ...@@ -110,7 +110,7 @@ failovermethod=priority
enabled=0 enabled=0
gpgcheck=0 gpgcheck=0
EOF EOF
yum update yum update -y
yum_install yum-utils yum_install yum-utils
yum-config-manager --enable epel-bootstrap yum-config-manager --enable epel-bootstrap
yum_install epel-release || \ yum_install epel-release || \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment