Added missing -y with epel install command

Change-Id: I05552b305935826883781bc662fe884e5ad225ec
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
This commit is contained in:
Chandan Kumar (raukadah) 2020-02-27 14:28:46 +05:30 committed by Ronelle Landy
parent f3811ad9a4
commit 62d40509e5
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ ipa_image_url: "https://images.rdoproject.org/{{ release }}/rdo_trunk/{{ promote
# repo setup
repo_cmd_before: |
# ensure mock is installed
sudo dnf install epel-release
sudo dnf -y install epel-release
sudo dnf config-manager --enable --save epel
sudo dnf -y install mock
# the additional rpm files may also be needed

View File

@ -39,7 +39,7 @@ ipa_image_url: https://images.rdoproject.org/{{ release }}/rdo_trunk/{{ promote_
# https://review.opendev.org/#/c/709254/
repo_cmd_before: |
# ensure mock is installed
sudo dnf install epel-release
sudo dnf -y install epel-release
sudo dnf config-manager --enable --save epel
sudo dnf -y install mock
# the additional rpm files may also be needed