We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321f938 commit 5c95838Copy full SHA for 5c95838
.github/workflows/test-install.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- name: install packages
26
run: |
27
- sudo apt-get update
+ sudo apt update && sudo apt upgrade -y
28
sudo apt-get install ansible
29
- name: verify ansible version
30
run: cd /home/actions-runner/_work/firewall-orchestrator/firewall-orchestrator/scripts && install-ansible-from-venv.sh
0 commit comments