diff --git a/playbooks/dependencies.yaml b/playbooks/dependencies-fedora.yaml similarity index 100% rename from playbooks/dependencies.yaml rename to playbooks/dependencies-fedora.yaml diff --git a/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml b/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml index c2e3db1..7c929b7 100644 --- a/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml +++ b/playbooks/setup-env-migration-path-for-coreos-toolbox.yaml @@ -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 diff --git a/playbooks/setup-env.yaml b/playbooks/setup-env.yaml index 1dbcd92..efd3aa7 100644 --- a/playbooks/setup-env.yaml +++ b/playbooks/setup-env.yaml @@ -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