Skip to content

Commit 7bd1d09

Browse files
Updated blockinfile
1 parent c333c81 commit 7bd1d09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/modules/zos_blockinfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,6 @@ def main():
649649
result['backup_name'] = Backup.mvs_file_backup(dsn=src, bk_dsn=backup, tmphlq=tmphlq)
650650
except Exception as err:
651651
module.fail_json(msg="Unable to allocate backup {0} destination: {1}".format(backup, str(err)))
652-
double_quotes_exists = check_double_quotes(marker, ins_bef, ins_aft, block)
653652
# state=present, insert/replace a block with matching regex pattern
654653
# state=absent, delete blocks with matching regex pattern
655654
if parsed_args.get('state') == 'present':

0 commit comments

Comments
 (0)