Skip to content

Commit

Permalink
Create CICS catalog directory
Browse files Browse the repository at this point in the history
  • Loading branch information
UNiXMIT committed Feb 11, 2025
1 parent 12e34d6 commit 443bc3e
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rhel/createFilesDir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@
state: directory
mode: '0775'

- name: Create catalog
file:
path: "/home/{{ myUsername }}/MFSupport/MFSamples/CICS/catalog"
state: directory
mode: '0775'

- name: Download CICS.xml
get_url:
url: https://raw.githubusercontent.com/UNiXMIT/UNiXMF/main/linux/MFScripts/CICS.xml
Expand Down
6 changes: 6 additions & 0 deletions sles/createFilesDir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@
state: directory
mode: '0775'

- name: Create catalog
file:
path: "/home/{{ myUsername }}/MFSupport/MFSamples/CICS/catalog"
state: directory
mode: '0775'

- name: Download CICS.xml
get_url:
url: https://raw.githubusercontent.com/UNiXMIT/UNiXMF/main/linux/MFScripts/CICS.xml
Expand Down
6 changes: 6 additions & 0 deletions ubuntu/createFilesDir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@
state: directory
mode: '0775'

- name: Create catalog
file:
path: "/home/{{ myUsername }}/MFSupport/MFSamples/CICS/catalog"
state: directory
mode: '0775'

- name: Download CICS.xml
get_url:
url: https://raw.githubusercontent.com/UNiXMIT/UNiXMF/main/linux/MFScripts/CICS.xml
Expand Down
5 changes: 5 additions & 0 deletions win/createFilesDir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@
path: C:\MFSamples\CICS\dataset
state: directory

- name: Create CICS catalog
win_file:
path: C:\MFSamples\CICS\catalog
state: directory

- name: Download CICS.xml
win_get_url:
url: https://raw.githubusercontent.com/UNiXMIT/UNiXMF/main/windows/MFScripts/CICS.xml
Expand Down

0 comments on commit 443bc3e

Please sign in to comment.