Skip to content

Commit

Permalink
updated parameters for zos_encode
Browse files Browse the repository at this point in the history
  • Loading branch information
Veerabhadra committed Aug 21, 2023
1 parent ac2a417 commit ae0ef8a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions roles/common/tasks/zos_convert_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
- name: Convert files to z/OS encoding
ibm.ibm_zos_core.zos_encode:
src: "{{ item }}"
from_encoding: ISO8859-1
to_encoding: IBM-1047
encoding:
from: ISO8859-1
to: IBM-1047
backup: yes
loop: "{{ paths_to_convert }}"

0 comments on commit ae0ef8a

Please sign in to comment.