Skip to content

Commit 2099190

Browse files
committed
playbooks: Use the same commands as mentioned in the documentation
... at https://containertoolbx.org/install/ This should have been part of commit df22010. #1678
1 parent fb43d3e commit 2099190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/setup-env-migration-path-for-coreos-toolbox.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright © 2022 – 2024 Red Hat, Inc.
2+
# Copyright © 2022 – 2025 Red Hat, Inc.
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.
@@ -20,6 +20,6 @@
2020
- include_tasks: dependencies-centos-9-stream.yaml
2121

2222
- name: Set up build directory
23-
command: meson -Dmigration_path_for_coreos_toolbox=true builddir
23+
command: meson setup -Dmigration_path_for_coreos_toolbox=true builddir
2424
args:
2525
chdir: '{{ zuul.project.src_dir }}'

0 commit comments

Comments
 (0)