Skip to content

Commit

Permalink
Merge pull request #6003 from clebergnu/deployment_test_include_tasks
Browse files Browse the repository at this point in the history
Deployment test: update to Fedora 40 and matching ansible
  • Loading branch information
richtja committed Aug 15, 2024
2 parents 4c590e2 + 44bcb71 commit 8b21900
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: Avocado deployment
runs-on: ubuntu-latest
container:
image: fedora:38
image: fedora:40
env:
GIT_URL: 'https://github.com/avocado-framework/avocado'
INVENTORY: 'selftests/deployment/inventory'
Expand Down
6 changes: 3 additions & 3 deletions selftests/deployment/roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- include: aexpect.yml
- include: repos.yml
- include: dependencies.yml
- include_tasks: aexpect.yml
- include_tasks: repos.yml
- include_tasks: dependencies.yml

0 comments on commit 8b21900

Please sign in to comment.