Skip to content

Commit

Permalink
Update db2.yml
Browse files Browse the repository at this point in the history
Added "-f sysreq" option to db2setup command to avoid "Requirement not matched for DB2 database" error.
  • Loading branch information
pamirimo authored Aug 20, 2024
1 parent ccdde60 commit 4bf82ca
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 4bf82ca

Please sign in to comment.