We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c590e2 + 44bcb71 commit 8b21900Copy full SHA for 8b21900
.github/workflows/prerelease.yml
@@ -68,7 +68,7 @@ jobs:
68
name: Avocado deployment
69
runs-on: ubuntu-latest
70
container:
71
- image: fedora:38
+ image: fedora:40
72
env:
73
GIT_URL: 'https://github.com/avocado-framework/avocado'
74
INVENTORY: 'selftests/deployment/inventory'
selftests/deployment/roles/common/tasks/main.yml
@@ -1,4 +1,4 @@
1
---
2
-- include: aexpect.yml
3
-- include: repos.yml
4
-- include: dependencies.yml
+- include_tasks: aexpect.yml
+- include_tasks: repos.yml
+- include_tasks: dependencies.yml
0 commit comments