playbooks: Rename the file with the dependencies

This will be used by the subsequent commit to have a separate set of
dependencies for CentOS Stream 9 builds.  eg., unlike Fedora, CentOS
Stream 9 doesn't have the ShellCheck, bats and fish RPMs.

https://github.com/containers/toolbox/pull/1171
This commit is contained in:
Debarshi Ray 2022-11-18 19:25:36 +01:00
parent bc1781085b
commit ccaa27e034
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@
---
- hosts: all
tasks:
- include_tasks: dependencies.yaml
- include_tasks: dependencies-fedora.yaml
- name: Set up build directory
command: meson -Dmigration_path_for_coreos_toolbox=true --fatal-meson-warnings builddir

View file

@ -17,7 +17,7 @@
---
- hosts: all
tasks:
- include_tasks: dependencies.yaml
- include_tasks: dependencies-fedora.yaml
- name: Set up build directory
command: meson setup --fatal-meson-warnings builddir