mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
c355f93d62
ModuleHelper - fix bug when adjusting conflicting output (#5755)
* ModuleHelper - fix bug when adjusting conflicting output
* add changelog fragment
* remove commented test code
(cherry picked from commit b49bf081f8
)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
9 lines
362 B
YAML
9 lines
362 B
YAML
# Copyright (c) 2021, Alexei Znamensky
|
|
# 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_tasks: msimple.yml
|
|
- include_tasks: msimple_output_conflict.yml
|
|
- include_tasks: mdepfail.yml
|
|
- include_tasks: mstate.yml
|
|
- include_tasks: msimpleda.yml
|