Skip to content

Commit

Permalink
Merge pull request #120 from AndrewTwydell/main
Browse files Browse the repository at this point in the history
adding module defaults functionality
  • Loading branch information
Tom-Latham authored Jan 17, 2023
2 parents f0c849a + 36f5d58 commit 896451a
Show file tree
Hide file tree
Showing 8 changed files with 507 additions and 10 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ venv3
tests/output
ibm-ibm_zos_cics-*.tar.gz
tests/integration/targets/cics_cmci/cmci-variables.yml
tests/integration/inventory
3 changes: 2 additions & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# (c) Copyright IBM Corp. 2020,2021
# Apache License, Version 2.0 (see https://opensource.org/licenses/Apache-2.0)
-r requirements.txt
ansible==2.10.7
ansible-core==2.13.7; python_version >= '3'
ansible-core==2.11.12; python_version < '3'
junit-xml==1.9 # To get JUnit xml report from ansible-test
pytest_mock==1.12.1
mock==3.0.5
Expand Down
9 changes: 8 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
requires_ansible: '>=2.10.7'
requires_ansible: '>=2.10.7'
action_groups:
cmci_group:
- cmci_action
- cmci_create
- cmci_delete
- cmci_get
- cmci_update
Loading

0 comments on commit 896451a

Please sign in to comment.