diff --git a/playbook.sh b/playbook.sh index 278f5749..83353406 100755 --- a/playbook.sh +++ b/playbook.sh @@ -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 \ No newline at end of file +ansible-playbook -i $1 $2 -vvv diff --git a/playbooks/group_vars/all.yml b/playbooks/group_vars/all.yml index c55be8cd..a8e7a100 100755 --- a/playbooks/group_vars/all.yml +++ b/playbooks/group_vars/all.yml @@ -19,4 +19,4 @@ environment_vars: JOB_CARD: |- //ANSIBLE JOB 'testing', // CLASS=H,MSGLEVEL=(1,1),REGION=0M, - // MSGCLASS=H,NOTIFY=&SYSUID \ No newline at end of file + // MSGCLASS=H,NOTIFY=&SYSUID diff --git a/tests/functional/module_utils/ims_test_gen_utils.py b/tests/functional/module_utils/ims_test_gen_utils.py index 2f485675..5d56796b 100644 --- a/tests/functional/module_utils/ims_test_gen_utils.py +++ b/tests/functional/module_utils/ims_test_gen_utils.py @@ -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" \ No newline at end of file + EMPTY_DBDLIB = "IMSTESTU.ANSI.DBDLIB3" diff --git a/tests/test_config.yml b/tests/test_config.yml index 3d82e43a..d4316a24 100755 --- a/tests/test_config.yml +++ b/tests/test_config.yml @@ -38,4 +38,4 @@ extra_args: JOB_CARD: |- //ANSIBLE JOB 'testing', // CLASS=H,MSGLEVEL=(1,1),REGION=0M, - // MSGCLASS=H,NOTIFY=&SYSUID \ No newline at end of file + // MSGCLASS=H,NOTIFY=&SYSUID