Skip to content

Commit

Permalink
Merge branch 'master' into release-v1.0.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
itsBryantP authored May 23, 2020
2 parents c71c1cc + e111e87 commit 2bbbdfa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion playbook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export ANSIBLE_MODULE_UTILS=${plugins_dir}/module_utils
export ANSIBLE_ACTION_PLUGINS=${plugins_dir}/action
export ANSIBLE_CONNECTION_PLUGINS=${plugins_dir}/connection
export ANSIBLE_CONFIG=$(pwd)/playbooks/ansible.cfg
ansible-playbook -i $1 $2 -vvv
ansible-playbook -i $1 $2 -vvv
2 changes: 1 addition & 1 deletion playbooks/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ environment_vars:
JOB_CARD: |-
//ANSIBLE JOB 'testing',
// CLASS=H,MSGLEVEL=(1,1),REGION=0M,
// MSGCLASS=H,NOTIFY=&SYSUID
// MSGCLASS=H,NOTIFY=&SYSUID
2 changes: 1 addition & 1 deletion tests/functional/module_utils/ims_test_gen_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ class ACBInputParameters():
INVALID_RECFOR = " IMSTESTU.ANSI.RECFOR" #invalid acblib with record format FB
INVALID_PDSE = "IMSTESTU.ANSI.PDSE"
EMPTY_PSBLIB = "IMSTESTU.ANSI.PSBLIB3"
EMPTY_DBDLIB = "IMSTESTU.ANSI.DBDLIB3"
EMPTY_DBDLIB = "IMSTESTU.ANSI.DBDLIB3"
2 changes: 1 addition & 1 deletion tests/test_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ extra_args:
JOB_CARD: |-
//ANSIBLE JOB 'testing',
// CLASS=H,MSGLEVEL=(1,1),REGION=0M,
// MSGCLASS=H,NOTIFY=&SYSUID
// MSGCLASS=H,NOTIFY=&SYSUID

0 comments on commit 2bbbdfa

Please sign in to comment.