Skip to content

Commit

Permalink
Merge pull request #1 from pamirimo/patch-1
Browse files Browse the repository at this point in the history
Update db2.yml (SLES)
  • Loading branch information
UNiXMIT authored Aug 20, 2024
2 parents ccdde60 + 4bf82ca commit cdb386d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sles/db2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
become: yes

- name: Install DB2 Client
shell: /opt/ibm/client/db2setup -r /opt/ibm/client/db2.linux.rsp
shell: /opt/ibm/client/db2setup -r /opt/ibm/client/db2.linux.rsp -f sysreq

- name: Set DB2 Environment
copy:
Expand Down Expand Up @@ -84,4 +84,4 @@
Port = 50000
UID = {{ myUsername }}
PWD = {{ myPassword }}
become: yes
become: yes

0 comments on commit cdb386d

Please sign in to comment.