mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
CI: include has finally been removed in ansible-core devel (#6535)
include: → include_tasks:.
This commit is contained in:
parent
f833982d6f
commit
ddca52ee15
18 changed files with 29 additions and 29 deletions
|
@ -11,5 +11,5 @@
|
|||
# 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
|
||||
|
||||
- include: 'zypper.yml'
|
||||
- include_tasks: 'zypper.yml'
|
||||
when: ansible_os_family == 'Suse'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue