Skip to content

Commit

Permalink
PMM-12770 ol-9 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadym Yarosh committed Dec 26, 2023
1 parent f1d474e commit e24ccac
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pmm-package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ jobs:
if [[ "${{ env.VM_BOX }}" =~ "centos" || "${{ env.VM_BOX }}" =~ "oracle" ]]; then
sudo yum install -y epel-release
sudo yum -y update
sudo yum install -y ansible git wget
# sudo yum install -y ansible git wget
sudo yum install -y ansible-core git wget
fi
if [[ "${{ env.VM_BOX }}" =~ "debian" ]]; then
sudo apt-get install -y dirmngr gnupg2
Expand All @@ -273,7 +274,7 @@ jobs:
sudo apt-get install -y ansible git wget
fi
cd /pmm/package-testing/playbooks
ansible-playbook --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 ${{ env.PLAYBOOK }}.yml
ansible-playbook -vv --connection=local --inventory 127.0.0.1, --limit 127.0.0.1 ${{ env.PLAYBOOK }}.yml
SHELL
end
Expand Down

0 comments on commit e24ccac

Please sign in to comment.