mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
Move 'docker' homebrew tests into homebrew tests (#8395)
Move 'docker' homebrew tests into homebrew tests.
This commit is contained in:
parent
704a5acc63
commit
9b0c983860
6 changed files with 39 additions and 46 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue