mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
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>
8 lines
286 B
YAML
8 lines
286 B
YAML
# (c) 2021, Alexei Znamensky
|
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
|
|
- include_tasks: msimple.yml
|
|
- include_tasks: msimple_output_conflict.yml
|
|
- include_tasks: mdepfail.yml
|
|
- include_tasks: mstate.yml
|
|
- include_tasks: msimpleda.yml
|