support merge_type`json` (#83)

Fixes #54
This commit is contained in:
abikouo
2021-04-28 15:06:43 +02:00
committed by GitHub
parent d29f8c1eb7
commit 963aa3fbe6
7 changed files with 308 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ jobs:
# The 3.3.0 release of molecule introduced a breaking change. See
# https://github.com/ansible-community/molecule/issues/3083
- name: Install molecule and openshift dependencies
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8
run: pip install ansible "molecule<3.3.0" yamllint openshift flake8 jsonpatch
# The latest release doesn't work with Molecule currently.
# See: https://github.com/ansible-community/molecule/issues/2757