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:
parent
bc1781085b
commit
ccaa27e034
3 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue