Move 'docker' homebrew tests into homebrew tests (#8395)

Move 'docker' homebrew tests into homebrew tests.
This commit is contained in:
Felix Fontein 2024-05-20 09:31:23 +02:00 committed by GitHub
commit 9b0c983860
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 46 deletions

View file

@ -9,9 +9,8 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- block:
- include_tasks: 'formulae.yml'
- when: ansible_distribution in ['MacOSX']
block:
- include_tasks: 'formulae.yml'
- include_tasks: 'casks.yml'
- include_tasks: 'docker.yml'