Skip to content

Commit

Permalink
playbooks: Rename the file with the dependencies
Browse files Browse the repository at this point in the history
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.

containers#1171
  • Loading branch information
debarshiray committed Dec 14, 2022
1 parent bc17810 commit ccaa27e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion playbooks/setup-env-migration-path-for-coreos-toolbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion playbooks/setup-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccaa27e

Please sign in to comment.