1
0
Fork 0
forked from infra/ansible

Remove sudo from ci action

The first run failed on missing sudo command, let's try it without that.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2026-02-19 16:15:42 +01:00
commit c8457fac67

View file

@ -7,7 +7,7 @@ jobs:
steps:
- name: Install testing tools
run: |
sudo dnf install -y yamllint ansible-lint
dnf install -y yamllint ansible-lint
- name: Checkout code
uses: actions/checkout@v4